1 - 6 en-938872/2
1.2 Structured Programming Commands
1.2.1 Condition Graph
A condition must follow one of words IF, WHILE or UNTIL and must be located in the
same block. If the block contains limits and a possible increment, they must follow
the word FOR.
Condition Graph
<
>
Parameters
Variables
(Expression)
or
and
=
Variables: All the variables used in parametric programming:
L variables, E parameters and symbolic variables.
Expression: Sequence of parameters and immediate values connected by symbols
+, -, *, /, !, & (see Chapter 6 of the Programming Manual). The operations
are calculated in sequence from left to right.