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 (+-), |
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. |