Keyboard
Programming Manual
47
SATO Europe
GOTO
Description
Branches from the program to a specified block of statements.
Syntax
GOTO label
Remarks
Label is a tag to mark a specified position in the program.
The Label name is limited to a maximum of 20 characters.
The total number of GOTO statement in a program cannot exceed 200.
Example
INIT:
SUM=0
INDEX=1
INPUT “S/N;”, SN$(INDEX)
IF SN$=”” THEN GOTO INIT
Содержание Smart Keyboard
Страница 1: ...SATO Smart Keyboard Programming manual...
Страница 90: ...Programming Manual Keyboard SATO Europe 88...
Страница 93: ......