# 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/hHslECfLiQCannot negate && because it is not iffy enoughat /tmp/hHslECfLiQ:1------> say 1 !&&⏏ 1;» <lue> r: say 1 !|| 1; <camelia> rakudo 2ce544: OUTPUT«===SORRY!=== Error while compiling /tmp/YTTZgSeGSvCannot negate || because it is not iffy enoughat /tmp/YTTZgSeGSv:1------> say 1 !||⏏ 1;» <lue> r: say 1 !^^ 1; <camelia> rakudo 2ce544: OUTPUT«===SORRY!=== Error while compiling /tmp/X1yJPAEk2VCannot negate ^^ because it is not iffy enoughat /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 :) .