We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by raviqqe September 3, 2022
initial
last
pen/examples/life-game/lifeGame.pen
Line 110 in 7853a8b
pen/examples/snake/entity/snake.pen
Line 47 in 7853a8b
if [x, y, z, ...xs, v, w] = xs { ... } else { ... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #1408
Originally posted by raviqqe September 3, 2022
Problem
initial
orlast
elements is common operations on lists.Examples
pen/examples/life-game/lifeGame.pen
Line 110 in 7853a8b
pen/examples/snake/entity/snake.pen
Line 47 in 7853a8b
Solution
References
The text was updated successfully, but these errors were encountered: