cons
one of
the documented procedures
in this installation of the ACS
Usage:
cons
x xs
What it does:
inserts x at the front of the list xs
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
concat [list $x] $xs
philg@mit.edu