-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Should we mention that values can have multiple variables assigned to them (but that variables can only be assigned to one value)? For example, if var x = 4 and var y = 4, then x + y = 8. On the other hand, if you assign var test = 10 followed by var test = 20, then test + test = 40.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels