Previous Topic: The GOTO and LABEL commands

Next Topic: Usage

Examples

# Drop back to main screen (identified by C2E0001042)
:LOOP1
SEND 03
IF *SID C2E0001042
QUIT
END-IF
GOTO LOOP1