lmin
one of
the documented procedures
in this installation of the ACS
Usage:
lmin
xs
What it does:
returns the minimum element of the list xs
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
fold1 min $xs
philg@mit.edu