We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf6e41 commit adde4c0Copy full SHA for adde4c0
docs/kcl-lang/arithmetic.md
@@ -15,7 +15,7 @@ KCL supports the usual arithmetic operators on numbers and logic operators on bo
15
| `%` | Modulus aka remainder |
16
| `^` | Power, e.g., `x ^ 2` means `x` squared |
17
| `&` | Logical 'and' |
18
-| `|` | Logical 'or' |
+| `\|` | Logical 'or' |
19
| `!` | Unary logical 'not' |
20
21
KCL also supports comparsion operators which operate on numbers and produce booleans:
0 commit comments