Index

Assign

The command syntax is
variable=expression
The ‘expression’ is assigned to ‘variable’ as it is, without evaluation.
If variable does not exist, it is created. Otherwise new value replaces the old one.
Expression is an arbitrary ArtSGraph expression, constructed of numbers, variables,
operation signs, math functions, parentheses. Numbers and variables are particular cases
of expressions.
The result of evaluation is displayed in the Display Zone of the Calculation Window.
The result does not depend on values of other variables.
If left-hand side variable is present in expression, ArtSGraph can not execute the command.