Remote-processing CAMBASIC Manual do Utilizador Página 145

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 208
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 144
Commands - 112
RUN
Command
SYNTAX: RUN [line]
PURPOSE: To begin the execution of a program.
REMARK S: RUN resets the numeric variables to zero, string variables to null, resets the interrupt pending flag
and runs the current program.
RUN resets m emor y reser ved by the last C LEA R statement.
RUN causes parts of the program to be compiled. A typical program compiles at 800 lines per
second.
RUN may also be used at run time w ith the optional line number. The effect will be to clear all
variables and reserved space. Great care should be taken when using RUN with the optional line
number.
NOTE: The program must be compiled by executing RUN before performing a RUN [line].
RELATED: LOAD RUN
EXAMPLE: 10 PRINT 7/1
20 PRINT "HELLO"
RUN 20
HELLO
ERROR: < Syntax> if line not found when using RUN [line]. (Nonsense line number will be displayed.)
Vista de página 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 207 208

Comentários a estes Manuais

Sem comentários