lua-users home
lua-l archive

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


>    Is there some reason for a Lua block not to return a value (the last
>expression)?

If you need a block to return a value you could always enclose it in an anonymous function.