head

one of the documented procedures in this installation of the ACS
Usage:
head   xs
What it does:
first element of a list
Defined in: /web/philip/tcl/ad-functional.tcl

Source code:


    lindex $xs 0


philg@mit.edu