Skip to content

Commit 95f163f

Browse files
committed
Document compound XOR
1 parent 2f4f17e commit 95f163f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/New Operators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A plethora of compound operators are available in Pluto:
1818
- Exponent: `^=`
1919
- Bitwise AND: `&=`
2020
- Bitwise OR: `|=`
21+
- Bitwise XOR: `~=`
2122
- Bitshift left: `<<=`
2223
- Bitshift right: `>>=`
2324
- Concatenation: `..=`

0 commit comments

Comments
 (0)