lua-users home
lua-l archive

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


> repeat
> if cond1 then
> ...
> else
> 	other statements
> 	break
> end
> -- finally
> statementX
> statementY
> until true

You mean, until *false*, right?