Operators

    Precedence

    1. x() x[] x.y x.* x.?
    2. a!b
    3. x{}
    4. !x -x -%x ~x &x ?x
    5. * / % ** *% *| ||
    6. + - ++ +% -% +| -|
    7. << >> <<|
    8. & ^ | orelse catch
    9. == != < > <= >=
    10. and
    11. or