Ellipsis (computer programming): Difference between revisions

Content deleted Content added
more refs
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.