lua-users home
lua-l archive

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


On Mon, Jun 13, 2011 at 9:51 PM, Petite Abeille
<petite.abeille@gmail.com> wrote:
> Goto? Really? How quaint :P

Seriously, very useful sometimes.  Even the person who hammered
structured programming into me using Pascal (Judy Bishop) accepted
that a goto could be used without committing a sin.

This sorts out the repeat .. until .. continue issue in a more
straightforward way.

Also, interesting possibilities for code generation.

steve d.