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

Page 107

Advertising
background image

PT-Basic Programming Manual Ver. 1.00

106/143

A3.

Commands for looping structures

Command

description

EXIT

To provide an alternative exit for looping

structures, such as FOR…NEXT and
WHILE…WEND statements.

FOR … NEXT

To repeat the execution of a block of statements

for a specified number of times.

WHILE … WEND

To repeat the execution of a block of statements

while a certain condition is TRUE.

Advertising