|
|
|
|
|
by majewsky
3596 days ago
|
|
Depends on your field. Some math subjects would argue that "assignment" does not exist, because the same name within the same scope always refers to the same value, whether it's known or not. Within algorithms, I'm most used to "<-" for assignment, for example "i <- i + 1" inside a loop to count iterations. |
|