# New Ticket Created by  Life U. Everything 
# Please include the string:  [perl #120371]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=120371 >


<lue> r: say 1 !&& 1;
<camelia> rakudo 2ce544: OUTPUT«===SORRY!=== Error while compiling 
/tmp/hHslECfLiQ␤Cannot negate && because it is not iffy enough␤at 
/tmp/hHslECfLiQ:1␤------> say 1 !&&⏏ 1;␤»
<lue> r: say 1 !|| 1;
<camelia> rakudo 2ce544: OUTPUT«===SORRY!=== Error while compiling 
/tmp/YTTZgSeGSv␤Cannot negate || because it is not iffy enough␤at 
/tmp/YTTZgSeGSv:1␤------> say 1 !||⏏ 1;␤»
<lue> r: say 1 !^^ 1;
<camelia> rakudo 2ce544: OUTPUT«===SORRY!=== Error while compiling 
/tmp/X1yJPAEk2V␤Cannot negate ^^ because it is not iffy enough␤at 
/tmp/X1yJPAEk2V:1␤------> say 1 !^^⏏ 1;␤»
<lue> std: say 1 !&& 1; say 1 !|| 1; say 1 !^^ 1;
<camelia> std 082981d: OUTPUT«ok 00:01 122m␤»

Not much more needs to be said here, I don't think :) .

Reply via email to