8.18/6/2018

= (operator)

Assign a value to a variable. This provides a more convenient alternative to the set() command. Note that spaces between the operator and its operands are optional.

Code Samples


&price := 18.53
&day[4] := 'Friday'
&last:=True
&mustard := [0,20,90,16]