Re: Shorthand for appending to a table (was Re: 5.2 feature list?)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Shorthand for appending to a table (was Re: 5.2 feature list?)
- From: whisper@...
- Date: 2006年9月11日 17:25:55 -0700
table @ 1 = someValue
table @ "label" = someValue
table @ end = someValue -- where end is reserved (also start?)
value = table @ 1
value = table @ "label"
etc....
Ok, so my Smalltalk roots are showing... ;-)
Dave LeBlanc
Seattle, WA USA