NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



(Order of Operations)

SIML Language Construct

SIML processes operations with the following order of operations:

  • ()
  • unary !, -
  • ^
  • *, /, %
  • +, -
  • =, <, >
  • &, |
  • Assignment
Unlike some other programming languages, & and | have the same precedence.

Minimum version: -