lua-users home
lua-l archive

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


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