lmax

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

Source code:


    fold1 max $xs


philg@mit.edu