Rockwell-automation 1771-DB BASIC MODULE Manual de usuario Pagina 162

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 394
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 393 394

Comentarios a estos manuales

Sin comentarios