Assignments
assignment
= is used for assigning. The values of multiple variables can be changed in one line. In this way, their values can be swapped without an intermediary variable.
= vs :=
:= is used for declaring and initializing. Multiple variables can be declared and intialized at one line.
Next example: Types