Argox PA-20 Basic Programming Manual Manuel d'utilisateur Page 14

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 143
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 13
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
Vue de la page 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 142 143

Commentaires sur ces manuels

Pas de commentaire