Denso BHT-200QW Specifikace Strana 214

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 587
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 213
206
____________________________________________________________________
Flow control statement
GOTO
Branches to a specified label.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
GOTO label
Description:
Description:Description:
Description:
GOTO unconditionally transfers control to a label specified by label.
• In an IF statement block, you can omit GOTO immediately following THEN or ELSE, as
shown below.
IF a=0 THEN Lbl1 ELSE Lbl2
END IF
GOTO allows you to branch anywhere in your program. However, you should branch only
to another line in a program module or subroutine at the same pro-gram level. Avoid
transferring control to a DEF FN block or other blocks at the different program level.
You can use GO TO instead of GOTO.
Syntax errors:
Syntax errors:Syntax errors:
Syntax errors:
Error code and message Meaning
error 71: Syntax error
label has not been defined.
label is missing.
Zobrazit stránku 213
1 2 ... 209 210 211 212 213 214 215 216 217 218 219 ... 586 587

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

Žádné komentáře