Remote-processing CAMBASIC Instrukcja Użytkownika Strona 75

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 208
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 74
Commands - 42
END
Statement
SYNTAX: END
PURPOSE: To halt execution of a pr ogram at a given point.
REMARK S: END causes execution to cease without any message.
RELATED: STOP
EXAMPLE: 10 GOSUB 50
20 PRINT "STATEMENT"
30 END
50 PRINT "END";
60 RETURN
Without the END statement at line 30, execution would continue through lines 50 and 60 with a
second “end” printed. A “GOSUB” error would also occur.
ERROR: none
Przeglądanie stron 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 207 208

Komentarze do niniejszej Instrukcji

Brak uwag