[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Goto and return ('end' expected)
- From: Hisham <h@...>
- Date: Wed, 6 May 2015 13:22:42 -0300
On 6 May 2015 at 13:16, Parke <parke.nexus@gmail.com> wrote:
> On Wed, May 6, 2015 at 4:47 AM, Aapo Talvensaari
> <aapo.talvensaari@gmail.com> wrote:
>> if true then
>> return "done"
>> end
>
> Consider instead: do return "done" end
>
> See: http://www.lua.org/pil/4.4.html
The point is not how to workaround this. Aapo's question still stands.
-- Hisham