Am 28.05.2005 um 13:36 schrieb Stephen Deasey:
I think it looks like 'flag' is the literal default value for the
-eightbit option. I do like the idea of lists, it is more Tcl-like.
But Tcl already has a syntax for procs, and this clashes with it.
Oh it does not!
{{-eightbit flag}}
This is the correct syntax. If you wanted to have a default
it would be something like
{{-eightbit flag} 1}
Generally, I do maintain the
{option default}
form, just the "option" is now a list in itself, like:
{{-flag oneof {a b c}} b}
The option is: {-flag oneof {a b c}}
Default value is: b
Clear?
Zoran