On Fri, Jul 30, 2010 at 2:22 PM, Aaron Sherman <a...@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=1

Reply via email to