odd
function odd(n: integer): boolean;
Returns true if the given number 'n' is odd, false otherwise.