On 18 January 2013 12:09, Kai Tietz wrote: >>> + >>> + if { [llength $args] >= 3 } { >> >> Is this condition right or should it check for exactly three? > > Well, I copied stuff from gcc's testsuite. As we check some lines > about for args > 3 and error out, a test for == 3 makes sense, but > well, >= 3 is fine too.
Ah OK, it's fine as it is then. Thanks again.