Hi all, how to understand the following error?
set city(Guang zhou) 'Guangdong'
wrong # args: should be 'set varName ?newValue?'
set city(Guang\ zhou) 'Guangdong'
Guangdong
Why space cannot exist in array element index?
Roy