mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
GDScript: Add type casting to the precedence table
This commit is contained in:
@@ -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) |
|
||||
+---------------------------------------------------------------+-----------------------------------------+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user