Rockwell-automation 1771-DB BASIC MODULE Manual do Utilizador Página 162

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 161
Chapter
Statements
1
1
11 -10
Use the END statement to terminate program execution. CONT (page
10 -3) does not operate if you use the END statement to terminate
execution. An
ERROR :
CAN’T CONTINUE
prints to the console.
Always include an END statement to properly terminate a program.
Syntax
END
Example
>1
REM EXAMPLE PROGRAM
>
10 FOR I = 1 TO 4
>
20 PRINT I,
>
30 NEXT I
>
40 END
READY
>RUN
1 2 3 4
END
Vista de página 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 393 394

Comentários a estes Manuais

Sem comentários