[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Updated uFAQ (Unofficial Lua FAQ)
- From: Peter Cawley <lua@...>
- Date: Mon, 29 Aug 2011 23:19:03 +0100
On Mon, Aug 29, 2011 at 10:30 PM, Geoff Leyland
<geoff_leyland@fastmail.fm> wrote:
> repeat print("A"); continue; local stop = true; until stop
My answer is that the snippet you've given should cause a compilation
error due to the `continue` skipping over a local declaration which is
then used in the `until`.