Ellipsis (computer programming): Difference between revisions

Content deleted Content added
In Perl (at least in versions 5.12.4 and 5.16.2) the ... operator is the same as the .. operator, that is they both denote inclusive ranges.
No edit summary
Line 1:
{{unreferenced|date=January 2011}}
In [[computer 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.
 
== Ranges ==