The := assignment operator concatenates a string to a variable and assigns it back to the given variable.
var := str.exp
Concatenates y to x. This is equivalent to: x = x : y
x := y
* arithmetic operator, *= assignment operator, += assignment operator, - arithmetic operator, -= assignment operator, /= assignment operator, Arithmetic expressions, Arithmetic operators, Assignment, cat Relational operator, Precedence, precision statement, sum() function, \= assignment operator