[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Table Constructor Syntax
- From: RLake@...
- Date: Tue, 10 Jun 2003 15:31:48 -0500
> a.1 could be mistaken for an erroneous floating point number.
So could a1.E3. In fact, if you squint your eyes tightly enough, anything
could be mistaken for anything else :)
Speaking of erroneous numbers, a side issue:
F=1E=3
-- compile error: malformed number
E=3F=1
-- valid; two assignments
Personally, I think the second one should be an error, too. But then I'm
fond of spaces.
R.