lua-users home
lua-l archive

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


>   cat <<EOS | luac -o data.luac -
>   do
>    return { "one", "two", "three" }
>   end

No need to wrap the return inside a do-end block.