# New Ticket Created by Lloyd Fournier # Please include the string: [perl #130034] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130034 >
15:18 < llfourn_> m: say (Str andthen .uc orelse "foo") # more golfed 15:18 <+camelia> rakudo-moar 1c425f: OUTPUT«-> ;; $_ is raw { #`(Block|81391040) ... }» 15:23 < llfourn_> m: say (Str andthen .uc orelse "foo")("wee") 15:23 <+camelia> rakudo-moar 1c425f: OUTPUT«foo» unless I totally missed what these are meant to do a Block is not what should be returned from this expression.