![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: comparing multiple list lengths
From: Alan Anderson <aranders@insightbb.com>
Date: Sun Dec 18 2005 - 19:12:07 CET
"Niv (KP)" <kev.parsons@mbda.co.uk> wrote:
> Thta's what I wanted, thanks.
It's possible that you're still confused over "bracket groups". For one
The important point to understand is that braces just turn a sequence of
if {condition} {action}
Braces are a lot like double quotes, except that they prevent the parser
|