![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: (newbie) calling a proc with a varying number of arguments
From: Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
Date: Wed Dec 21 2005 - 18:39:01 CET
just80n@gmail.com wrote:
If the last formal argument in a [proc] definition is 'args' (not 'arg',
% proc doStuff {args} {
That should do enough of what you want that you can work the rest out
Donal.
|