Argox PA-20 Basic Programming Manual Manual de usuario Pagina 14

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 143
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 142 143

Comentarios a estos manuales

Sin comentarios