Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@array[*] unsupported in array access #111

Closed
Siddhant opened this issue Mar 27, 2012 · 0 comments
Closed

@array[*] unsupported in array access #111

Siddhant opened this issue Mar 27, 2012 · 0 comments

Comments

@Siddhant
Copy link

<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
@sorear sorear closed this as completed in a900903 May 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants