lua-users home
lua-l archive

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



>> No. A chunk can consist of zero statements, which is not the same thing.

> Not quite right: you may write 'do end' and it will be empty statement in Lua

Syntactically, that is a "do" statement whose chunk consists of zero statements, as I said. There is no statement between the do and end, not an empty statement. What a zen distinction :)