Denso Power Net Terminal BHT-103 Spécifications Page 559

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 577
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 558
551
Appendices
Appendix J
Quick Reference
for Statements and Functions
Controlling program flow
Statements
CALL Calls an FN3 or SUB function.
CHAIN
Transfers control to another program.
END
Terminates program execution.
FORNEXT
Defines a loop containing statements to be exe-
cuted a specified number of times.
GOSUB
Branches to a subroutine.
GOTO
Branches to a specified label.
IFTHENELSEEND IF
Conditionally executes specified statement blocks
depending upon the evaluation of a conditional
expression.
ON...GOSUB
Branches to one of specified labels according to
the value of an expression.
ON...GOTO
Branches to one of specified labels according to
the value of an expression.
RETURN
Returns control from a subroutine or an event-han-
dling routine (for keystroke interrupt).
SELECT...CASE...END SELECT
Conditionally executes one of statement blocks
depending upon the value of an expression.
WHILE...WEND
Continues to execute a statement block as long as
the conditional expression is true.
Vue de la page 558
1 2 ... 554 555 556 557 558 559 560 561 562 563 564 ... 576 577

Commentaires sur ces manuels

Pas de commentaire