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
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.
  
  

Revision as of 19:09, 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.


See Also