Using inline variables
Using GLOBAL_VARIABLES
The description of the keyword global_variable shows the definition of inline variables. The basic idea is that an inline variable is defined by a name and a value. Note that the value can be alphanumeric if the name ends with $.
Examples
The value of a inline variable can be changed by redefinition with a new global_variable statement or via the put_var() statement in a script (see below).
The value can be calculated by a set of arithmetic expressions (with embedded MuParserX) including also other inline variables.
Examples