of     1   

AbstractMadness
#159649339Tuesday, April 07, 2015 11:44 PM GMT

function evenOrOdd(num) if num % 2 == 2 then return "even" else return "odd" end end
cntkillme
#159649428Tuesday, April 07, 2015 11:45 PM GMT

Not quite, but close :) should be == 0 since anything divisible by 0 will have no remainder
cntkillme
#159649461Tuesday, April 07, 2015 11:45 PM GMT

divisible by 2*
AbstractMadness
#159649526Tuesday, April 07, 2015 11:46 PM GMT

crAP i forgot :( qq

    of     1