
4.6 WHILE Instruction (WHILE, END_WHILE)
4-10
4.6 WHILE Instruction (WHILE, END_WHILE)
[Outline]
Instruction between WHILE and END_WHILE is repeatedly executed as long as the condition
specified by WHILE instruction is satisfied. When the condition is no longer satisfied, instruction
sequence is not executed and the program proceeds with the instruction immediately after
END_WHILE.
[Format]
Symbol : WHILE
END_WHILE
Full Name : While Do
End of While
Category : CONTROL
Instruction Sequence
Icon :
,
[Parameter]
Parameter Name Setting
Conditional Expression Description by Expression
Komentarze do niniejszej Instrukcji