Version 1 of min

Updated 2007-11-01 12:52:16 by LV

In Tcl 8.5, the expr command has a variadic min() function.

 % expr min(5,1,4,2,3)
 1