[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why Lua allow an extra comma after the last element of a table?
- From: Miles Bader <miles@...>
- Date: Mon, 11 Mar 2013 16:54:06 +0900
Jerome Vuarand <jerome.vuarand@gmail.com> writes:
> C: for (;;) /* no-op */;
> Lua: repeat --[[ no-op ]] until the_end_of_time
... then the author of some other module forgets a "local"...
the_end_of_time = 4294967295
:)
-miles
--
Barometer, n. An ingenious instrument which indicates what kind of weather we
are having.