Denso BHT-200QW Dokumentacja Strona 180

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 587
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 179
172
____________________________________________________________________
Declarative statement
CONST
Defines symbolic constants to be replaced with labels.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
CONST constname = expr
Parameter:
Parameter:Parameter:
Parameter:
constname
A label, identifier, or string expression of characters consisting of
alphanumerics and period (.).
expr
A string
Description:
Description:Description:
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.
Przeglądanie stron 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 586 587

Komentarze do niniejszej Instrukcji

Brak uwag