lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> [2010-10-02 18:20:47]:

> >   cat <<EOS | luac -o data.luac -
> >   do
> >    return { "one", "two", "three" }
> >   end
> 
> No need to wrap the return inside a do-end block.

I think, that just the table is enough.

-- ynezz