Rockwell-automation 1771-DB BASIC MODULE Bedienungsanleitung Seite 162

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 394
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 161
Chapter
Statements
1
1
11 -10
Use the END statement to terminate program execution. CONT (page
10 -3) does not operate if you use the END statement to terminate
execution. An
ERROR :
CAN’T CONTINUE
prints to the console.
Always include an END statement to properly terminate a program.
Syntax
END
Example
>1
REM EXAMPLE PROGRAM
>
10 FOR I = 1 TO 4
>
20 PRINT I,
>
30 NEXT I
>
40 END
READY
>RUN
1 2 3 4
END
Seitenansicht 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 393 394

Kommentare zu diesen Handbüchern

Keine Kommentare