Remote-processing BASIC 52 Bedienungsanleitung Seite 121

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 163
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 120
RPBASIC-52 PROGRAMMING GUIDE
2-102
STOP
Syntax: STOP
Function: Breaks program execution; resume with the CONT command.
Mode: Run
Use: STOP
Cards: All
DESCRIPTIO N
The STOP instruction lets you break program execution at specific locations in a program. You can display
and modify variables after STOPping a program. STOP is useful for program debugging. The CONT
command lets you resume program execution.
The line number printed after execution of a STOP instruction is the line number following the instruction
and not the line number containing the STOP instruction.
If you modify a STOPped program, CONT will be unable to continue execution.
RELATED
CONT, GOTO
ERROR
CAN'T CONTINUE Attempt to continue after editing a stopped program, or attempt to execute CONT
without a prior STOP or <Ctrl-C>.
EXAMPLE
100 PRINT "Tick=",TICK(0)
110 STOP
110 GOTO 100
>run
A= 0
STOP - IN LINE 120
Seitenansicht 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 162 163

Kommentare zu diesen Handbüchern

Keine Kommentare