[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Reserved keywords
- From: benjamin sunshine-hill <bsunshin@...>
- Date: Tue, 25 Nov 2003 14:17:51 -0800
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