lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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