ODD - is an integer odd?

Usage:

bool := odd(int);

Where:

int
is an integer expression.
bool
is a "boolean" value that is true if "int" is an odd number, and false if "int" is even.

Description:

The "odd" function determines if an integer expression is odd.

Copyright © 1996, Thinkage Ltd.