Select

From OpenEUO
Jump to: navigation, search
select (index, ···)

If index is a number, returns all arguments after argument number index. Otherwise, index must be the string "#", and select returns the total number of extra arguments it received.

Table.concat

Unpack

Lua Manual - Variadic Expressions (...)