# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115508] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115508 >
Poppa: Got an alarm bell? Rusty: I do Poppa: Then ring that bell -- Starlight express <jnthn> r: say '\a' <p6eval> rakudo 9d50d6: OUTPUT«\a» <masak> std: say "\a" <p6eval> std edd7715: OUTPUT«ok 00:00 42m» <masak> r: say "\a" <p6eval> rakudo 9d50d6: OUTPUT«===SORRY!===Unrecognized backslash sequence: '\a' at line 2, near "\""» <masak> what does STD think \a is in qq strings? <TimToady> n: say ord "\a" <p6eval> niecza v22-14-g136ddcf: OUTPUT«7» * masak submits rakudobug <TimToady> p: say ord "\a" <p6eval> pugs: OUTPUT«7» <masak> eval: ord "\a" <buubot_backup> masak: 7 <masak> :)