about tkcon main behavior



Hi.

I have a question of tkcon behavior.
I found the difference of behavior between old tkcon and new tkcon.

New tkcon display a error by the following code.

[New tkcon]
tkcon main set a "A B"
=> wrong # args: should be "set varName ?newValue?"

tkcon main {set a "A B"}
=> A B

[Old tkcon]
tkcon main set a "A B"
=> A B

tkcon main {set a "A B"}
=> invalid command name "set a "A B""

Is it the specifications?

-----
Satoshi Imai


.