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

It's hard to count the number of ! and ¡ and impossible to decide dynamically #689

Open
guigui0246 opened this issue Jul 4, 2024 · 2 comments

Comments

@guigui0246
Copy link

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)
@guigui0246
Copy link
Author

Would fix #100

@guigui0246
Copy link
Author

Notes:
x and * both work for multiplication
You can use any math expression after the multiplication factor

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

No branches or pull requests

1 participant