![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Button with incremented number
From: Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date: Thu Jun 02 2005 - 10:39:46 CEST
Michael Pachta <mipani@gmx.de> wrote:
> 2) {...} - delayed subst. of variables
If you later execute it some way (-command, eval, if, while, proc, ...)
All the rules about "will be substed" or "will not be .." are
e.g.
In both cases, no substitution happens *during parsing the command*,
> 3) {...{$...}...} - no subst. of variables inside the inner braces
|