Remote-processing CAMBASIC Uživatelský manuál Strana 19

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 208
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 18
Concepts - 13
6. relational operators
= (equal)
<> (not equal)
< (less than)
> (greater than)
<= (less than or equal to)
>= (greater than or equal to)
7. NOT (logical bitwise c omplem ent)
8. AND (logical bitwise and)
9. OR (logical bitwise or)
10. XOR (logical bitwise exclusive OR).
11. MOD (remainder from integer divide)
All operators listed at the same level are evaluated left to right in an expression.
All logical operations con vert their operands to 16– bit integer values prior to the operation. These operands m ust be in
the range 0 to 65,535 or – 32,768 to 32,767. If they exceed these values, the result will be meaningless and no error
message will be given.
Zobrazit stránku 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 207 208

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

Žádné komentáře