Skip to content

Commit 1abf459

Browse files
authored
Experientially found the position of order of not
1 parent 74ee7dd commit 1abf459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/operators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Operations are evaluated in the following order (from highest precedence to lowe
5050
- Bitwise and (`bit-and`)
5151
- Bitwise xor (`bit-xor`)
5252
- Bitwise or (`bit-or`)
53+
- Logical not (`not`)
5354
- Logical and (`and`)
5455
- Logical xor (`xor`)
5556
- Logical or (`or`)

0 commit comments

Comments
 (0)