[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Request for help on extending if statement (lparser.c)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 28 Oct 2009 11:33:42 -0200
> repeat
> if cond1 then
> ...
> else
> other statements
> break
> end
> -- finally
> statementX
> statementY
> until true
You mean, until *false*, right?