On Fri, Jul 30, 2010 at 2:22 PM, Aaron Sherman <ajs@ajs.com> wrote: > If you really want odd, try: > > say [1,2,3].first: * === True; > Result: 1 > > and > > say [5,2,3].first: * === True; > Result: Rakudo exits silently with no newline Looks like a side effect of True being implemented as an enum with value=1Thread Previous | Thread Next