You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sisar> niecza: my @a = 2, 3; @a[*].say;
<+p6eval> niecza v16-1-g5294701: OUTPUT«Unhandled exception: Cannot use value like Whatever as a number at <unknown> line 0 (ExitRunloop @ 0)  at /home/p6eval/niecza/lib/CORE.setting line 260 (Any.Numeric @ 5)  at <unknown> line 0 (ExitRunloop @ 0)  at /tmp/LVuniFLAWi line 1 (mainline @ 2…
<sisar> r: my @a = 2, 3; @a[*].say;
<+p6eval> rakudo d18aab: OUTPUT«2 3»
<sisar> rakudo is correct (?)
<sorear> I suspect so, not certain though
<TimToady> yes, looks correct to me
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: