Remote-processing BASIC 52 Uživatelský manuál Strana 64

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 163
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 63
RPBASIC-52 PROGRAMMING GUIDE
2-45
GOTO
Syntax: GOTO line number
Function: Routes program execution to line number
Mode: Command, run
Use: GOTO 100
Cards: All
DESCRIPTION
When line number is the line number of an executable statem ent, that stateme nt and those following are
executed. GOTO can be used in the comm and mod e to re-enter a program at a desired point.
RELATED
GOSUB, ON-GOTO, ON-GOSUB, RUN
ERROR
INVALID LINE NUMBER Specified line number does not exist.
EXAMPLE
100 PRINT "At line 100"
200 GOTO 100
Zobrazit stránku 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 162 163

Komentáře k této Příručce

Žádné komentáře