On Sun Jun 09 08:00:22 2013, jn...@jnthn.net wrote:
> On Tue Mar 13 13:35:18 2012, masak wrote:
> > <masak> nom: constant True = 42; say True
> > <p6eval> rakudo fee891: OUTPUT«True␤»
> > <masak> hm.
> > <benabik> r: constant True = 42; say +True
> > <p6eval> rakudo fee891: OUTPUT«1␤»
> > <benabik> Huh
> > * masak submits rakudobug
> > <masak> good rakudobug day today ;)
> > <benabik> Oh, I was thinking it was an enum not getting numified.  
> blah.
> > <jnthn> Great, not being able to change the truth is a bug :P
> > <TimToady> the opposite of OUTER truth is INNER truth...  :P
> 
> Fixed:
> 
> constant True = 42; say True
> 
> Tagging testneeded.

Nope, not fixed:

<masak> r: constant True = "Yeah, well, you know, that's just, like, 
your opinion, man."; say True
<camelia> rakudo b2072f: OUTPUT«True␤»
* masak adds to https://rt.perl.org/rt3/Public/Bug/Display.html?
id=111734

Reply via email to