|
@@ -271,6 +271,8 @@ The following is the list of supported operators and their precedence.
|
|
|
+---------------------------------------------------------------+-----------------------------------------+
|
|
|
| ``if x else`` | Ternary if/else |
|
|
|
+---------------------------------------------------------------+-----------------------------------------+
|
|
|
+| ``as`` | Type casting |
|
|
|
++---------------------------------------------------------------+-----------------------------------------+
|
|
|
| ``=`` ``+=`` ``-=`` ``*=`` ``/=`` ``%=`` ``&=`` ``|=`` | Assignment (lowest priority) |
|
|
|
+---------------------------------------------------------------+-----------------------------------------+
|
|
|
|