[RESOLVED] Regarding variable assignment #7689
CaledoniaProject
started this conversation in
General
Replies: 1 comment
-
These are equality constraints, not assignments, so they are symmetrical. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand the value assignment statement, looks like
i = 2
and2 = i
both do the same thing? I expect2 = i
to throw an error but it didn'tBeta Was this translation helpful? Give feedback.
All reactions