odd_p
one of
the documented procedures
in this installation of the ACS
Usage:
odd_p
n
What it does:
returns 1 if n is odd and 0 otherwise
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
expr $n%2
philg@mit.edu