Add Format String to operator/precedence list

This commit is contained in:
zacryol
2021-10-12 11:39:07 +02:00
committed by Hugo Locurcio
parent 9543daa5b4
commit e4e8b5b582
@@ -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 |
+------------------------------------------------------------------------+-----------------------------------------+