Argox PA-20 Basic Programming Manual Manual do Utilizador Página 14

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 143
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 142 143

Comentários a estes Manuais

Sem comentários