init

one of the documented procedures in this installation of the ACS
Usage:
init   xs
What it does:
all elements of a list but the last
Defined in: /web/philip/tcl/ad-functional.tcl

Source code:


    lrange $xs 0 [expr [llength $xs]-2]


philg@mit.edu