lua-users home
lua-l archive

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


On Sat, Mar 2, 2013 at 1:59 AM, Ashwin Hirschi <lua-l@reflexis.com> wrote:
> Is there any reason why the (simple) fix for this:
No sensible reason ;)  I should add these things to the issue checker.

> { hint: add while-test to line 78 in pretty.lua? }
One-token fix 'do' instead of 'for', covers both kinds of loops.
(plain 'do' block not so useful anyway for 'configuration')

It _is_ useful to allow if-else statements, of course.

steve d.