You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Updated gdscript (markdown)
@@ -118,7 +118,7 @@ The following is the list of supported operators and their precedence (TODO, cha
|
||||
| `^` | Bitwise XOR |
|
||||
| ` | ` | Bitwise OR |
|
||||
| `< > == != >= <=` | Comparisons |
|
||||
| in | Content Test |
|
||||
in | Content Test |
|
||||
| `! not` | Boolean NOT |
|
||||
| and && | Boolean AND |
|
||||
| or `||` | Boolean OR |
|
||||
|
||||
Reference in New Issue
Block a user