lua-users home
lua-l archive

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


2014-09-01 19:14 GMT+02:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
>> A label does not need any other punctuation. In particular,
>> ::continue::end is legal without an intervening spaces.
>
> Why are you surprised?

I've been automicallly either putting a label on its own line or at worst
coding a space ever since the goto statement was introduced.
Yesterday I mistyped, so there was no space. When I noticed the
omission later, it made me wonder why there was no error.