next up previous

12.1.8 Testing For Odd Numbers

The oddp function returns the symbol TRUE if its argument is an odd number, otherwise it returns the symbol FALSE.

Syntax

(oddp <expression>)


next up previous