lua-users home
lua-l archive

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


On Wed, Oct 17, 2012 at 4:28 PM, agentzh <agentzh@gmail.com> wrote:
> Sorry if this is a FAQ. I'm stumbling on the following example with
> Lua 5.1.4 and 5.1.5:

Yeah, this is FAQ! =P

A function call followed by a list of expressions or between parens
forces the return of only the first value:
http://www.lua.org/manual/5.1/manual.html#2.5

-- 
NI!