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


at revision: 1b06df80900096dab8a9f74467f504f73a6115dd
and also at release #18.

: bash$ perl6
: > 1 ?? 2 !! 3
: > 1 ?? (1,2) !! (3,4)
: > 1 ?? 1,2 !! 3,4
: Ternary error
: bash$

this is not wrong as infix:<,> has looser precedence than the ternary
operator( ?? !! )
but when ternary error occurs, the program emits the error and dies.

should provide the proper error message and not die.

Reply via email to