Difference between revisions of "..."

From OpenEUO
Jump to: navigation, search
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 19: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.

See Also