March 2000
Intermediate to advanced
576 pages
18h 13m
English
Odd Function
function Odd(Value: Integer): Boolean; function Odd(Value: Int64): Boolean;
The standard Pascal Odd
function returns True if
Value is odd, that is, it is not evenly divisible
by 2. It returns False if the number is even. Odd
is not a real function.
| Boolean Type, Integer Type |
Read now
Unlock full access