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
You should be able to
const const const val = 3!x∞ f add(x, y) => x + y !*val var var val = 5!x∞ // Error var var d = 1!x-∞ print(d) // Error d doesn't exist d = Infinity const const e = 0¡x-d print(e)
The text was updated successfully, but these errors were encountered:
Would fix #100
Sorry, something went wrong.
Notes: x and * both work for multiplication You can use any math expression after the multiplication factor
No branches or pull requests
You should be able to
The text was updated successfully, but these errors were encountered: