Parallel Object Oriented LOGO
  • PL
  • EN
  • HOME
  • GALERIA
  • ARTYKUŁY
  • PODRĘCZNIK
  • PROJEKTY
  • POBIERZ
  • BLOG
  • O NAS
  • KONTAKT


Operators

Priority of operators

+ (sum)
- (difference)
* (product)
/ (quotient)
% (remainder)
^ (power)
| (bitwise OR)
& (bitwise AND)

< <= > >= = <> (comparisons)
|| && ! (logical operations)

:= (assignment)

+= -= *= /= ("in place" arithmetic operations)
|= &= ("in place" bitwise operations)

, (indexing)
@ (access to class members)

See also:

Table of Content


© 2014 - R&D Independent Team