# New Ticket Created by åæäº® # Please include the string: [perl #92826] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=92826 > JimmyZ> perl6: my $a = "helloo"; $a = $a\ .\ chop; say $a; p6eval> niecza v6-153-g6cb84d6: OUTPUT«helloâ¤Â» p6eval> ..rakudo ae5bea: OUTPUT«===SORRY!===â¤Confused at line 22, near "$a = $a\\ ."â¤Â» p6eval> ..pugs: OUTPUT«*** ⤠Unexpected "\\"⤠expecting "\187", ">>", "=", "^", operator name, qualified identifier, variable name, "...", "--", "++", "i", array subscript, hash subscript or code subscript⤠at /tmp/nZo6wf0ZsG line 1, column 29â¤Â» moritz> std: my $a = "helloo"; $a = $a\ .\ chop; say $a; p6eval std 37a0cdd: OUTPUT«ok 00:01 122mâ¤Â» moritz> agreed JimmyZ> perl6: my $a = "helloo"; $a = $a\ ~\ 'world'; say $a; # another one p6eval> niecza v6-153-g6cb84d6: OUTPUT«hellooworldâ¤Â» p6eval> ..pugs: OUTPUT«*** ⤠Unexpected "~\\"⤠expecting "."⤠at /tmp/7_pprT39nG line 1, column 28â¤Â» p6eval> ..rakudo ae5bea: OUTPUT«===SORRY!===â¤Confused at line 22, near "$a = $a\\ ~"â¤Â» Â å¨æ¤ç¥ä½ 身ä½å¥åº·ï¼å¤©å¤©å¿«ä¹ åæäº®