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

If and While loops. #317

Closed
TzurSoffer opened this issue Jan 18, 2025 · 0 comments · Fixed by #316
Closed

If and While loops. #317

TzurSoffer opened this issue Jan 18, 2025 · 0 comments · Fixed by #316

Comments

@TzurSoffer
Copy link
Contributor

Added while loops and conditional statements in PR (#316 ). It could still be optimized and nested while loops don't work. Everything else, however, does work, including IF, ELSE IF, ELSE, WHILE, and nesting (as long as it's not nesting while loops). This PR depends on the variable math PR (#304 ). Please merge that one before the If and While loops. I plan to fix the nested while loops issue soon.

@dbisu dbisu linked a pull request Jan 26, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant