Use of Underscores

Ned Konz ned at bike-nomad.com
Fri Aug 23 20:16:17 UTC 2002


On Friday 23 August 2002 12:54 pm, Chris Burkert wrote:
> In general, is it possible to use the underscore in names of keys
> of Dictionarys ? I don't think so ... why ? Isn't there any way to
> 'escape' it (... \_ ...) ?

Why wouldn't it be possible?

d _ Dictionary new.
d at: 'abc_def' put: 123.
d a Dictionary('abc_def'->123 )

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list