Denso Power Net Terminal BHT-7500 Especificaciones Pagina 538

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 560
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 537
529
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.
Vista de pagina 537
1 2 ... 533 534 535 536 537 538 539 540 541 542 543 ... 559 560

Comentarios a estos manuales

Sin comentarios