Commands for looping structures, Exit, For … next – Argox PA-20 Basic Programming Manual User Manual
Page 107

PT-Basic Programming Manual Ver. 1.00
106/143
A3.
Commands for looping structures
Command
description
To provide an alternative exit for looping
structures, such as FOR…NEXT and
WHILE…WEND statements.
To repeat the execution of a block of statements
for a specified number of times.
To repeat the execution of a block of statements
while a certain condition is TRUE.