On Sat Feb 06 08:22:31 2010, masak wrote: > <TimToady> rakudo: enum X <a b c>; say a ~~ Int; say True ~~ Int # buglet > <p6eval> rakudo 1d4928: OUTPUT«10» > <jnthn> Aye. > <jnthn> Quick! Masak! > <jnthn> :-) > <masak> what? what? :) > * masak submits TimToady++'s rakudobuglet > <masak> oh, I see now! True is (supposed to be) an enum too. > <masak> an enum value. > <TimToady> yeah The output has changed to: 01:21 <[Coke]> rakudo: enum X <a b c>; say a ~~ Int; say True ~~ Int # buglet 01:21 <p6eval> rakudo 549d2a: OUTPUT«Bool::TrueBool::False» but the second value should be true too. -- Will "Coke" Coleda