ADELIA |
|
|
|
|
(I/B) |
|
|
|
|
Syntax
%IF Indicator
Indicator |
Þ |
01 | 02 | 03 | 04 | 05 | 06 | 07 | ... | 99 |
or
%IF NotIndicator
NotIndicator |
Þ |
N01 | N02 | N03 | N04 | N05 |... | N99 |
Description
This instruction is used to set conditions for a group of instructions.
The indicator is conditioned using the "%QUESTION *YN Indicator" instruction.
Example
The instructions between %IF and %END are processed.
%QUESTION *YN 01 |
%QUESTION *YN 01 |
Answer: Y |
Answer: N |
%IF 01 |
%IF N01 |
Adelia Instruction |
Adelia Intruction |
%END |
%END |
Note: The indicators are reset to N at the start of program building.
List of Q/A instructions by topic