# New Ticket Created by Moritz Lenz # Please include the string: [perl #116208] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116208 >
22:07 < hoelzro> r: my $divisor = 2; say(* != $divisor && * %% $divisor); 22:07 <+p6eval> rakudo c8de2e: OUTPUT«===SORRY!===Error while compiling block: Error while compiling op call: Error while compiling block : Error while compiling op call: Error while compiling op if: if block expects an argument, but there's no immediate block to take it» 22:15 < Ayiko> r: say ((* < 5 and * > 5)(4,6)) 22:15 <+p6eval> rakudo c8de2e: OUTPUT«===SORRY!===Error while compiling block : Error while compiling op call: Error while compiling block : Error while compiling op call: Error while compiling op call: Error while compiling op if: if block expects an argument, but there's no immediate block to take i… I guess the mixture of whatever-priming and short-circuiting operators doesn't work out well.
