Parallel Object Oriented LOGO
  • PL
  • EN
  • HOME
  • GALLERY
  • ARTICLES
  • REFERENCES
  • PROJECTS
  • DOWNLOAD
  • BLOG
  • ABOUT
  • CONTACT


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