Ellipsis (computer programming): Difference between revisions

Content deleted Content added
Gedge67 (talk | contribs)
m adding refs for the perl/perl6 operator
Line 36:
 
== Incomplete code ==
{{cn span|In Perl<ref>https://perldoc.perl.org/perlsyn.html#The-Ellipsis-Statement</ref> and [[Perl6]]<ref>https://doc.perl6.org/language/operators#listop_...</ref> the 3-character ellipsis is also known as the "yaddayada yaddayada yaddayada" operator and, similarly to its [[linguistic meaning]], serves as a "stand-in" for code to be inserted later.|date=May 2017}}
 
[[Python3]] also allows the 3-character ellipsis to be used as an expressive place-holder for code to be inserted later.