# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #116166]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116166 >
<masak> r: say "You can even call &uc('functions')!"
<p6eval> rakudo 55dbc0: OUTPUT«===SORRY!===Unable to parse expression
in double quotes; couldn't find final '"' [...]
<masak> hm, what happened there?
<masak> r: say "You can even call &uc('functions')"
<p6eval> rakudo 55dbc0: OUTPUT«You can even call FUNCTIONS»
* masak submits rakudobug
<masak> r: my @a = 1, 2, 3; say "@a[1]!"
<p6eval> rakudo 55dbc0: OUTPUT«===SORRY!===Unable to parse expression
in double quotes; couldn't find final '"' [...]
<masak> r: my @a = 1, 2, 3; say "@a!"
<p6eval> rakudo 55dbc0: OUTPUT«===SORRY!===Unable to parse expression
in double quotes; couldn't find final '"' [...]