snd

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

Source code:


    lindex $xs 1


philg@mit.edu