Spaces:
Running
Running
Tweak list of operators
Browse files- docs/operators.md +1 -1
docs/operators.md
CHANGED
|
@@ -8,7 +8,7 @@ of these and other valid operators are stated below.
|
|
| 8 |
|
| 9 |
**Binary**
|
| 10 |
|
| 11 |
-
|
| 12 |
`logical_and`
|
| 13 |
|
| 14 |
**Unary**
|
|
|
|
| 8 |
|
| 9 |
**Binary**
|
| 10 |
|
| 11 |
+
`+`, `-`, `*`, `/`, `^`, `greater`, `mod`, `logical_or`,
|
| 12 |
`logical_and`
|
| 13 |
|
| 14 |
**Unary**
|