Select

From OpenEUO
Revision as of 12:54, 9 October 2010 by 76.184.213.234 (Talk)

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.

Unpack

[Lua Manual - Variadic Expressions (...)]