Content deleted Content added
Finnusertop (talk | contribs) cn |
editing a link |
||
Line 1:
{{refimprove|date=September 2014}}
In [[computer programming]], '''ellipsis''' notation (.. or ...) is used to denote [[range (computer programming)|ranges]], an unspecified number of arguments, or a parent directory. 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 ==
|