Assigned value
The assignment value is either a constant, a variable or an expression. In contrast to the default value, which is set only when initializing an instance, the assignment value is always set, when an instance is selected.
Constant value: 'Paul' or: 123
Variable assignment: birthdate
Expression assignment: { Date() - father(0).birth_date; }