(Contents)(Previous)(Next)

Value Assignments

Variables, vector components and vector slices are assigned values in the way described in the chapter 'Variables'. The variables/vectors can be defined globally, local-dynamically or local-statically.

The value to be assigned is placed to the right of ':=' and is defined by an arbitrary expression (see further examples in chapter" arithmetic expressions).

Examples:

Syntax:


(Contents)(Previous)(Next)