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