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


Per S03, &infix:<andthen> should return the first argument indicating
failure (undefined).  On current Rakudo:

18:00 <pmichaud> m:  say (Int andthen 3)
18:00 <camelia> rakudo-moar 959cd3: OUTPUT«()␤»
18:00 <pmichaud> m:  say (Int andthen 3).WHAT
18:00 <camelia> rakudo-moar 959cd3: OUTPUT«(Slip)␤»

Per S03, the answer should be OUTPUT«(Int)␤».

Pm

Reply via email to