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


<masak> rakudo: say 0 ~~ 0 ~~ 0
<p6eval> rakudo cae7f9: OUTPUT«Bool::False␤»
* masak submits rakudobug
<masak> just saw that ~~ is "chaining infix" :)
<masak> that surprises me. but hey, it's spec. :P
<moritz_> wtf?
<masak> I have *no* idea whatsoever how I would use the chainedness of ~~
<masak> of course, if ~~ is chaining, it can chain with *other*
operators. and that might be useful.
<masak> rakudo: say "foo" ~~ "foo" ge "bar"
<p6eval> rakudo cae7f9: OUTPUT«Bool::False␤»
<masak> both of these evaluations should be "Bool::True" according to the spec.

Reply via email to