6 lines
200 B
Markdown
6 lines
200 B
Markdown
|
|
# Operators
|
||
|
|
|
||
|
|
TODO: ADD MORE
|
||
|
|
|
||
|
|
- `!=` is "not equal", which is not the same thing as `is`, or an identity check, but is the inverse of `==`, which is equality [hamming](../exercise-concepts/hamming.md)
|