Back Forward Expressions — Advanced topics

  

Advanced featureThis topic describes details of expression evaluation. If you're experienced in Java, note that most behavior of PRPC expressions correspond to the Java Language Specification, Chapter 15.

 Up Order of evaluation

  Add (+) and subtract (-) operations

  Multiply, divide, and remainder operations (*, /, %)

  Comparison operators (<, <=, >=, ==, !=, ...)

UpAbout Expressions