lua-users home
lua-l archive

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


On 11/01/2017 11:34, Chris Lu wrote:

I am using LuaJIT. I need to pass the result of one function to another function. The first function has multiple return values.


If this is *all* you want then just do
  functionSecond(functionFirst())

--
Shmuel