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

Dereferencing #13

Open
HAG87 opened this issue Oct 9, 2021 · 0 comments
Open

Dereferencing #13

HAG87 opened this issue Oct 9, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@HAG87
Copy link
Owner

HAG87 commented Oct 9, 2021

In order to avoid ambiguity with the '' multiply operator, the precedence of the '' dereferencing operator is set at just lower than the function call and just higher than the 'as' coercion operator. This means that if you want to send a dereferenced value into a function as an argument, you must surround the dereferencing with parentheses,

@HAG87 HAG87 added bug Something isn't working enhancement New feature or request labels Oct 9, 2021
@HAG87 HAG87 added this to the Keep the parser up-to-date milestone Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant