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

Multiple assignment #963

Open
Sainan opened this issue Oct 12, 2024 · 0 comments
Open

Multiple assignment #963

Sainan opened this issue Oct 12, 2024 · 0 comments
Labels
enhancement New feature or request postponed This may be looked at if sufficient need exists.

Comments

@Sainan
Copy link
Member

Sainan commented Oct 12, 2024

For example, in C/C++,

int x, y;
x = y = 1;

would assign 1 to both x and y.

@Sainan Sainan added enhancement New feature or request postponed This may be looked at if sufficient need exists. labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postponed This may be looked at if sufficient need exists.
Projects
None yet
Development

No branches or pull requests

1 participant