Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
8bc139b
1
Parent(s):
a6d1315
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**
|