Ellipsis (computer programming): Difference between revisions

Content deleted Content added
categorization/tagging using AWB
Line 1:
 
==In programming==
{{unreferenced section|date=January 2011}}
In programming, '''ellipsis''' notation (.. or ...) is mostly used for two usages: Either to denote ranges or to denote a variable or unspecified number of arguments.
Most programming languages other than [[Perl6]] require the ellipsis to be written as a series of periods; a single (Unicode) ellipsis character cannot be used.
 
Line 66 ⟶ 65:
==References==
{{reflist}}
 
{{Uncategorized|date=April 2011}}