Remote-processing CAMBASIC Manual de usuario Pagina 137

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 208
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 136
Commands - 104
REMARK
Statement
SYNTAX: ' any characters
PURPOSE: To allow explanator y remarks to be inserted in a progr am or designate a line/ label.
REMARK S: This syntax is different fr om the R EM used in other Basics. The ' form at provides a more readable
remark. The old RE MAR K syntax,
10 REM test comments is not allowed.
10 'test comments is required.
Remark statements are not executed but are output exactly as entered when the program is listed.
Remarks are skipped over during execution. Thus, if memory allows, you may leave all your
remarks in you r final application softwar e with no sac rifice in speed. The extr a mem ory required is
usually insignificant compared to the additional clarity achieved with the addition of r emarks.
If you put a remark on a line with other CAM BASIC statements, the remark must be the last
statement on the line and be preceded with a colon. Any statements following the remark are
ignored.
This format may be used to designate line/ labels. The maximum length is 159 characters.
EXAMPLE: 120 'calculate average velocity
130 FOR I = 1 TO 20
140 S = S + V(I)
150 A = 0 : 'initialize A
ERROR: none
Vista de pagina 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 207 208

Comentarios a estos manuales

Sin comentarios