[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Protocol Specification in Lua
 
- From: Luiz Henrique de Figueiredo <lhf@...>
 
- Date: Sat, 2 Oct 2010 18:20:47 -0300
 
>   cat <<EOS | luac -o data.luac -
>   do
>    return { "one", "two", "three" }
>   end
No need to wrap the return inside a do-end block.