mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
Add Format String to operator/precedence list
This commit is contained in:
@@ -247,7 +247,9 @@ The following is the list of supported operators and their precedence.
|
||||
| | as C++. Integer division is truncated |
|
||||
| | rather than returning a fractional |
|
||||
| | number, and the % operator is only |
|
||||
| | available for ints ("fmod" for floats) |
|
||||
| | available for ints ("fmod" for floats), |
|
||||
| | and is additionally used for Format |
|
||||
| | Strings |
|
||||
+------------------------------------------------------------------------+-----------------------------------------+
|
||||
| ``+`` | Addition / Concatenation of arrays |
|
||||
+------------------------------------------------------------------------+-----------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user