ogma
ogma copied to clipboard
[TASK] Remove `eq` in favour of `=`
Goal
=
and eq
are the same. This is an unnecessary command to keep eq
.
!=
would still be defined as def != (rhs) { = $rhs | not }
.
Aspects to Develop
- [ ] Remove
=
def - [ ] Change
eq
to use=
symbol - [ ] Update documentation.
Note that this is a breaking change.