beautypg.com

Exit program, Special notes, 7 exit program – Argox PA-20 Basic Programming Manual User Manual

Page 14

background image

PT-Basic Programming Manual Ver. 1.00

13/143

Place:

PRINT "Run Place!!"

RETURN

SUB Test

PRINT “TEST…”

END SUB

2.7 Exit program

In any place of the program, you can use “END” to exit the

program. The system will go to BASIC Menu.

PRINT "Press key to exit!"

WHILE INKEY$ = ""

WEND

END

2.8 Special notes

Commands have to be appeared in uppercase letters

PRINT “OK…”

→ right

print “NG…”

→ error

Variable names are case sensitive.

ABC%、ABc%、AbC% → Three kind of different variables

ARGO%、ARGO!、ARGO$ → Three kind of different variables