MikroElektronika PIC Microcontrollers PIC16 Arkusz Danych Strona 28

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 27
Programming PIC Microcontrollers in BASIC - mikroElektronika
Chapter 3: Operators
Introduction
3.1 Arithmetic Operators
3.2 Boolean Operators
3.3 Logical (Bitwise) Operators
3.4 Relation Operators (Comparison Operators)
Introduction
In complex expressions, operators with higher precedence are evaluated before the
operators with lower precedence; operators of equal precedence are evaluated
according to their position in the expression starting from the left.
Operator Priority
not first (highest)
*, div, mod, and, <<, >> second
+, -, or, xor third
=, <>, <, >, <=, >= fourth (lowest)
3.1 Arithmetic Operators
Overview of arithmetic operators in BASIC:
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/03.htm (1 sur 6)05/11/2004 02:14:47
Przeglądanie stron 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 193 194

Komentarze do niniejszej Instrukcji

Brak uwag