Denso Power Net Terminal BHT-103 Especificações Página 197

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 577
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 196
189
Syntax:
CONST constname = expr
Parameter:
constname
A label, identifier, or string expression of a maximum of 10 characters con-
sisting of alphanumerics and period (.).
expr
A string constant
Description:
CONST replaces a label, identifier or a character string specified by constname
with a string constant defined by expr before compiling.
expr may contain labels defined by other CONST declarations. However, calling
those labels each other (recursively) will result in an error.
A
CONST statement can appear anywhere in your source program. However, it
will take effect from a program line following the
CONST declaration.
Declarative statement
CONST
Defines symbolic constants to be replaced with labels.
Vista de página 196
1 2 ... 192 193 194 195 196 197 198 199 200 201 202 ... 576 577

Comentários a estes Manuais

Sem comentários