[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: in
- From: "D Burgess" <db@...>
- Date: Mon, 9 Aug 2004 18:56:02 +1000
The manual states that "in" is a reserved word.
My question is whether it would be difficult to enhance the
parser so that "in" could be used as a variable in (there we
go again) some circumstances.
I find myself often coding table variables with a name of "in".
e.g.
counters = {in=1, out=2}
Does anyone know how difficult this would be to change?
db