mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Add bang operator to gdscript style guide (#6828)
This commit is contained in:
@@ -414,6 +414,7 @@ Prefer the plain English versions of boolean operators, as they are the most acc
|
||||
|
||||
- Use ``and`` instead of ``&&``.
|
||||
- Use ``or`` instead of ``||``.
|
||||
- Use ``not`` instead of ``!``.
|
||||
|
||||
You may also use parentheses around boolean operators to clear any ambiguity.
|
||||
This can make long expressions easier to read.
|
||||
|
||||
Reference in New Issue
Block a user