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

There is no Operator Precedence Table for the Golang language! #66942

Closed
mustafa9514 opened this issue Apr 20, 2024 · 3 comments
Closed

There is no Operator Precedence Table for the Golang language! #66942

mustafa9514 opened this issue Apr 20, 2024 · 3 comments
Labels

Comments

@mustafa9514
Copy link

Proposal Details

There is no Operator Precedence Table for the Golang language in the help. Please I want a painting like this. Please Write all Operators in order of priority. Please list all Operators in order of priority. This is the deficiency.

@seankhliao
Copy link
Member

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2024
@mustafa9514
Copy link
Author

Is this table correct? Is the ordering of operators with the highest precedence accurate here?


Here, operators with the highest precedence appear at the top of the table, those with the lowest appear at the bottom. Within an expression, higher precedence operators will be evaluated first.

image

@ianlancetaylor
Copy link
Contributor

@mustafa9514 This isn't the best place to ask questions. Please see https://go.dev/wiki/Questions. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants