[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: "Empty" statement ?
- From: RLake@...
- Date: Tue, 27 Apr 2004 13:58:36 +0100
>> 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
:)