Quote Originally Posted by sevenhalo
IsOdd()/IsEven()
Maybe later. as this can be done with bitwise operators (which I admittedly haven't finished yet).

IsOdd = (mynumber & 1);