Difference between revisions of "..."
From OpenEUO
m (Created page with "== Definition == Elipses in Lua represent variadic arguments. In documentation, they stand for zero or more repeating values. == See Also == * Select * String.len ...") |
m (→Definition) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Definition == | == Definition == | ||
− | + | Ellipses, denoted by three dots, represent variadic arguments in lua. In documentation, they can stand for zero or more repeating values, arguments, or return values. | |
− | + | ||
== See Also == | == See Also == |
Latest revision as of 18:10, 1 November 2010
Definition
Ellipses, denoted by three dots, represent variadic arguments in lua. In documentation, they can stand for zero or more repeating values, arguments, or return values.