IF-decisions

IF

IF-decisions

A>B

A greater than B

A<B

A smaller than B

A=B

A is equal to B

A<>B

A is not equal to B

A=>B

A is equal to or greater than B

A<=B

A is smaller than or equal to B

A and B

can be numbers, counters or mathematical expressions (+-),
E.g.: IF RS19=1 F:ANFANG-2X1

IFN

If not, ... E.g.: IFN RS19=1 F:ANFANG-1X1

Sintral command with certain conditions

EXIT

Finalizing a cycle or repetition when a certain condition is fulfilled.
E.g.: IF #140=0 EXIT RBEG