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

Exponentiation with "²" and "³" cannot be followed by "*" #53

Closed
sharkdp opened this issue Mar 22, 2017 · 0 comments
Closed

Exponentiation with "²" and "³" cannot be followed by "*" #53

sharkdp opened this issue Mar 22, 2017 · 0 comments

Comments

@sharkdp
Copy link
Owner

sharkdp commented Mar 22, 2017

> 3²*2
Parse error: Expected end of input at position 2

Interestingly, these examples work:

> 3² * 2
18
> 3²·2
18
> 3^2*2
18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant