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
if / else / end
syntax should look like:
if(false) puts("if") elif(5 < 4) puts("else if") else puts("else") end
The text was updated successfully, but these errors were encountered:
Should el replace else in general or just be added as an alias? Because replacing it would be a breaking change.
el
else
Sorry, something went wrong.
Should be
Implemented by #198
No branches or pull requests
syntax should look like:
The text was updated successfully, but these errors were encountered: