odd? ( n -- ? )
Factor handbook » The language » Numbers » Mathematical functions » Integer functions

Prev:even? ( n -- ? )
Next:divisor? ( m n -- ? )


Vocabulary
math

Inputs
nan integer


Outputs
?a boolean


Word description
Tests if an integer is odd.

Definition