Back
:= is the Assignment Operator.
The Assignment Operator should not be confused with the Equals Operator, which is =.
Target := Expression
Examples:
begin I := 12; S := 'Susan'; end;