Remove quotes around NOT operator
This commit is contained in:
parent
3f04442b79
commit
4cf6cd38c7
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ So it is recommended to use every construct for its purpose. Use `if` if we want
|
|||
|
||||
## ! (NOT)
|
||||
|
||||
The boolean NOT operator is represented with an exclamation sign `"!"`.
|
||||
The boolean NOT operator is represented with an exclamation sign `!`.
|
||||
|
||||
The syntax is pretty simple:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue