function odd n return (n bitand 1) = 1 end odd function notEven n return (n mod 2) = 1 end notEven