Difference between revisions of "..."
From OpenEUO
m |
m (→Definition) |
||
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. | + | 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.