Priority

Section: Misc. Reference Manual Pages (of)
Updated: operators
Index Return to Main Contents

 6 "IRIT Version 6.0"   

NAME

Priority of operators

The following table lists the priority of the different operators.


    Lowest             Operator           Name of operator  
    priority           ,                  comma             
                       :                  colon             
                       &&, ||             logical and, logical or
                       =,==,!=,<=,>=,<,>  assignment, equal, not equal, less
                                          equal, greater equal, less, greater
                       +, -               plus, minus       
                       *, /               multiply, divide  
    Highest            ^                  power             
    priority           -, !               unary minus, logical not

 

Grammar

The grammar of the IRIT parser follows similar guidelines as the C language for simple expressions. However, complex statements differ. See the IF, FOR, FUNCTION, and PROCEDURE below for the usage of these clauses.


 

Index

NAME
Grammar

This document was created by man2html, using the manual pages.
Time: 07:28:42 GMT, July 20, 2024