# New Ticket Created by  Richard Hainsworth 
# Please include the string:  [perl #62064]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62064 >


These dont appear to be implimented, but are not listed in the 
unimplimented page
$ perl6
 > $_='mOkjOkl';tr/O/0/;.say
Statement not terminated properly at line 1, near "/;.say\n"
 > $_='mOkjOkl';tr/'O'/'0'/;.say
Statement not terminated properly at line 1, near "/;.say\n"
 > $_='mOkjOkl';s/ O / 0 /;.say
Statement not terminated properly at line 1, near "/;.say\n"


Reply via email to