1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Updated gdscript (markdown)

okamstudio
2014-02-24 04:02:55 -08:00
parent 76774999f6
commit d40dcc4cfd

@@ -118,7 +118,7 @@ The following is the list of supported operators and their precedence (TODO, cha
| `^` | Bitwise XOR | | `^` | Bitwise XOR |
| ` | ` | Bitwise OR | | ` | ` | Bitwise OR |
| `< > == != >= <=` | Comparisons | | `< > == != >= <=` | Comparisons |
| in | Content Test | in | Content Test |
| `! not` | Boolean NOT | | `! not` | Boolean NOT |
| and && | Boolean AND | | and && | Boolean AND |
| or `||` | Boolean OR | | or `||` | Boolean OR |