Variable

From emotive
Jump to navigation Jump to search

The terminology "Variable" is used as a collective term for document scope variables, local variables, non-constant parameters and also items in non-constant lists or maps or other compound data structures. A new variable have to be declared with an explicite data type and an optional initialization value.

If the initialization value is omitted, the initialization value of the data type is used as the default value.