Denso Power Net Terminal BHT-7500 Specifikace Strana 209

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 560
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 208
Chapter 14. Statement Reference
200
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.
Zobrazit stránku 208
1 2 ... 204 205 206 207 208 209 210 211 212 213 214 ... 559 560

Komentáře k této Příručce

Žádné komentáře