# New Ticket Created by  diakopter 
# Please include the string:  [perl #54804]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=54804 >


whereas perl5 and pugs both give syntax error.

rakudo: sub foo($v, $w?, $x?, $y?){ say $v~"|"~$w~"|"~$x~"|"~$y};
foo(1,,3,); #should say: 1||3| or syntax error.

gives: OUTPUT[1|3|||␤]

Reply via email to