25 Dec
2011
25 Dec
'11
9:22 a.m.
Hi Hans, if not math.odd then - function math.odd (n) return n % 2 == 0 end - function math.even(n) return n % 2 ~= 0 end + function math.odd (n) return n % 2 ~= 0 end + function math.even(n) return n % 2 == 0 end end Wolfgang
4746
Age (days ago)
4746
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Schuster