fst

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

Source code:


    lindex $xs 0


philg@mit.edu