Difference between revisions of "..."

From OpenEUO
Jump to: navigation, search
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 ==
  
Elipses in Lua represent variadic arguments.  In documentation, they 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