-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 slicing #2
Labels
Comments
Hrm, should the output be the set of elements or the slice of the array? For your example, should the output be:
or
|
I think that .[2..4] should result in the former and [.[2..4]] should produce the latter. |
ghost
mentioned this issue
May 21, 2015
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd be great to be able to slice arrays. Given the program
and the input
result in the output
The text was updated successfully, but these errors were encountered: