lua-users home
lua-l archive

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


mytable = {}
mybool = true
mystring = "true"
mytable[mybool] = 1
mytable[mystring] = 2
print(mytable.true)

Ben

----- Original Message -----
From: Grisha <grisha@eagle.ru>
Date: Tuesday, November 25, 2003 9:05 am
Subject: Re: Reserved keywords

> I understand that it has some difficulties in realisation, but I think the
> language will benefit if 'sugar' elements will function exactly as their
> counterparts.
> 
> with respect,
> Grisha