Assignment

The syntax of an assignment:

<variable> := <value expression>;

Example:

p.lastName := "Doe";