null_p
one of
the documented procedures
in this installation of the ACS
Usage:
null_p
xs
What it does:
checks if xs is the empty list
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
expr [llength $xs]==0
philg@mit.edu