Remote-processing CAMBASIC Instrukcja Użytkownika Strona 156

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 208
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 155
Commands - 123
STOP
Statement
SYNTAX: STOP
PURPOSE: To terminate pr ogram execution and return to comm and level.
REMARK S: STOP statements m ay be used anywher e in a program to terminate executio n. W hen a STOP is
encountered, the following message is displayed:
< STOP> < Ln nnn>
where nnn is the line number where the STOP occur red.
CAM BASIC always returns to command level after a STOP is executed. Execution is resumed by
issuing a CONT com mand (see “C ONT Comm and”).
SOUND and multitasking are turned off when STOP is executed. A CONT may cause unexpected
program operation.
RELATED: CONT
EXAMPLE: 10 INPUT A,B,C
20 K = 5 : L = 3/2
30 STOP
40 M = CSK + 100 : PRINT M
RUN
? 1,2,3
<STOP> <Ln 30>
ERROR: none
Przeglądanie stron 155
1 2 ... 151 152 153 154 155 156 157 158 159 160 161 ... 207 208

Komentarze do niniejszej Instrukcji

Brak uwag