company logo

Definition of local variables

Local variables can be defined in a class expression as well as in an in line expression. Local variables can be defined only in the variable section. When initial values are defined, variables will be initialized when the expression is called. When the expression is called with a collection, the variables are initialized only, when being called the first time (with the first collection instance).

Definition: 

var_defs := _variables [ member(*) ]