lua-users home
lua-l archive

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


>>From the manual, I see a function can take indefinite number of
>arguments by taking them from a table. But how about the reverse?

Use "call". In your example, use "call(foo,x)"
--lhf