tail

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

Source code:


    lrange $xs 1 [expr [llength $xs]-1]


philg@mit.edu