Ellipsis (computer programming): Difference between revisions

Content deleted Content added
The usefullness of this information is trivial. Also it may not be the only language with the mentioned characteristic, nor is it defined by it.
Tags: Mobile edit Mobile web edit
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 [[Raku (programming language)|Raku]] require the [[ellipsis]] to be written as a series of periods; a single ([[Unicode]]) ellipsis character cannot be used.
 
== Ranges ==