Ellipsis (computer programming): Difference between revisions

Content deleted Content added
Incomplete code: new section
Noted that Perl shares the feature of an ellipsis as incomplete code.
Line 33:
 
== Incomplete code ==
In Perl and [[Perl6]] the 3-character ellipsis is also known as the "yadda yadda yadda" operator and, similarly to its [[linguistic meaning]], serves as a "stand-in" for code to be inserted later.
 
[[Python3]] also allows the 3-character ellipsis to be used as an expressive place-holder for code to be inserted later.