From: Reinhard M. <ma...@tc...> - 2005-07-21 21:38:31
|
Hi, On Thu, 21 Jul 2005 at 21:13, Jeff Hobbs wrote: > [...] being able to handle arbitrary numbers of arguments. [...] > > expr {min(0,3,1)} > => 0 wouldn't it be better to have these as separate Tcl commands that take a list of arbitrary lentgth and return the smallest (or largest) of the values rather than functions for expr that need a comma separated list the length of which probably has to be known at coding time in order to run efficiently? cu Reinhard |