Denso Power Net Terminal BHT-103 Specifikace Strana 69

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 577
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 68
Chapter 4. Basic Program Elements
61
4.5 Reserved Words
"Reserved words" are keywords to be used in statements, functions, and operators. For the
reserved words, refer to Appendix B, "Reserved Words."
Rules for using reserved words
A reserved word cannot be used by itself for a label name, a variable name, or other
identifiers, but can be included within them. The following identifiers, for example, are
improper since they use reserved words "input" and "key" as is, without modification:
input = 3
key = 1
A reserved word can be used for a data file name as shown below.
OPEN "input" AS #1
Zobrazit stránku 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 576 577

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

Žádné komentáře