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


This is Rakudo version 2017.04.3-292-ga61746fed built on MoarVM version 
2017.04-68-g5f233249
implementing Perl 6.c.

Executing the command   "perl6"  starts the normal REPL environment.
In the first line I define:

sub infix:<w> { $^a + $^b }

and press ENTER. Then, in the next line:

1 w 2

===SORRY!=== Error while compiling:
Two terms in a row
------> say 1⏏ w 2

It seems that REPL forgets the definitions of infix subs. This only happens 
with infix.

Reply via email to