elem_p
one of
the documented procedures
in this installation of the ACS
Usage:
elem_p
x xs
What it does:
checks if x is contained in s
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
expr [lsearch $xs $x]==-1 ? 0 : 1
philg@mit.edu