next up previous

12.1.7 Testing For Even Numbers

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

Syntax

(evenp <expression>)


next up previous