Ellipsis (computer programming): Difference between revisions

Content deleted Content added
Line 36:
 
== Incomplete code ==
In Perl<ref>https://perldoc.perl.org/perlsyn.html#The-Ellipsis-Statement</ref> and [[Raku (programming language)|Raku]]<ref>https://doc.perl6.org/language/operators#listop_...</ref> the 3-character ellipsis is also known as the "yada yada yada" 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.