lua-users home
lua-l archive

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


Personally I find break (and it's younger brother continue)
rather handy in certain situations (though apparently some
people seem to think that kind of hackish or something). I'd
love to see break remain in the language even if labels
aren't going to be used by it. To tell you the truth, the
idea of breaking using labels seems kinda weird to me. In a
pinch "break n" might be a semi decent workaround to get the
same basic funcionality (with a loss in clarity).

----- Original Message -----
From: "Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Friday, June 16, 2000 1:16 PM
Subject: labels


> In 4.0 alpha we introduced "break" and labels for "break".
> We are now inclined towards removing these labels (but
keeping "break".)
> Would anyone have a *good* use for labels?
> --lhf
>
>