lua-users home
lua-l archive

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


On Wed, Jun 15, 2011 at 9:54 PM, HyperHacker <hyperhacker@gmail.com> wrote:
> My vote would be for "label foo" or "foo::". The symmetry looks a bit
> ugly to me IMO and looks like it should be some kind of expression
> (e.g. |foo| is commonly written in text to mean math.abs(foo)), and !
> and & just seem confusing when they mean different things in other
> languages.

This would be my preference too. Out of interest, would the grammar
unambiguously support "stat ::= (label | goto) Name" without having to
make label and goto into keywords?