reverse
one of
the documented procedures
in this installation of the ACS
Usage:
reverse
xs
What it does:
reverses the list xs
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
fold "flip cons" {} $xs
philg@mit.edu