Keyboard
Programming Manual
43
SATO Europe
Loop Statements
Loop statements allow a program to execute one or more lines of code repetitively.
The loop statements that TSKL supports include:
DO…LOOP
FOR…NEXT
WHILE…WEND
DO…[EXITDO]…LOOP
Description
Use a
DO
loop to execute a block of statements an indefinite number of times. There
are several variations of
DO…LOOP
statement, but each evaluates a numeric
condition to determine whether or not to continue execution.
Syntax
DO {WHILE | LOOP}
Statements
{EXITDO}
LOOP
Or
DO
Statements
{EXITDO}
LOOP {WHILE | LOOP}
Or
DO
Statements
{EXITDO}
LOOP
Содержание Smart Keyboard
Страница 1: ...SATO Smart Keyboard Programming manual...
Страница 90: ...Programming Manual Keyboard SATO Europe 88...
Страница 93: ......