samer@4: % isodd :: integer -> bool. samer@4: function b=isodd(n), b=mod(n,2);