[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [proposal] "or if" - run this next block if the previous one ran *or if* the condition is true
- From: Stefan <ste@...>
- Date: Tue, 24 Dec 2019 00:53:31 +0100
Is that even possible?
Am 23.12.2019 um 22:00 schrieb Philippe Verdy:
> if op == OP_TAILCALL then
> ...
> goto fallsto_call;
> elseif op == OP_CALL then
> fallsto_call:
> ...
> end
>
This gives me "no visible label 'fallsto_call' for <goto>"