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


15:00 < nymacro> my @r=2..10,<ja qu ki ac>;my 
%v=ja=>10,qu=>10,ki=>10,ac=>1|11; workds
15:00 < nymacro> but my @r=2..10,<j q k a>;my 
%v=j=>10,q=>10,k=>10,a=>1|11; does not.
15:00 < pmichaud> maybe a space after the 'q'
15:00 < pmichaud> so it doesn't think it's a q() construct.
...
15:01 < nymacro> still does not work
15:01 < pmichaud> maybe quotes around the q
...
15:02 < pmichaud> quotes shouldn't be needed there... but rakudo's 
predictor isn't as good as STD's.

15:03 < pmichaud> rakudo:  say (j=>10,q=>10,k=>10).perl;
15:03 <+p6eval> rakudo 0bf6cb: OUTPUT«("j" => 10, Bool::False)␤»

Reply via email to