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
On the page "https://spu7nix.net/spwn/#/triggerlanguage/4control_flow?id=for-loop", which discusses for loops and iterators, it says:
Note: Instead of writing 0..10 you can also just write ..10
But it seems that, according to the 0.8 release notes,
Unary .. operator is no longer allowed (for example ..10 now needs to be written as 0..10)
..
..10
0..10
It appears this page needs to be updated.
(I've never used spwn, so I still might be missing something)
The text was updated successfully, but these errors were encountered:
PR #56 fixes this issue
Sorry, something went wrong.
Doesn't remove the message info box though
#58
No branches or pull requests
On the page "https://spu7nix.net/spwn/#/triggerlanguage/4control_flow?id=for-loop", which discusses for loops and iterators, it says:
But it seems that, according to the 0.8 release notes,
It appears this page needs to be updated.
(I've never used spwn, so I still might be missing something)
The text was updated successfully, but these errors were encountered: