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

Can't roll / pop from nested arrays #358

Open
duckyluuk opened this issue Dec 10, 2024 · 0 comments
Open

Can't roll / pop from nested arrays #358

duckyluuk opened this issue Dec 10, 2024 · 0 comments

Comments

@duckyluuk
Copy link

Somewhat rlated to the rock x at y problem that was recently fixed, roll x at y gives a parsing error

value = 1
pos = 0
rock arr at pos value
say arr   (this works now: [ [ 1 ] ])
roll arr at pos into res   (this line causes an error)
say res   (expected: 1)
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

1 participant