ogma icon indicating copy to clipboard operation
ogma copied to clipboard

[TASK] Remove `eq` in favour of `=`

Open kurtlawrence opened this issue 3 years ago • 0 comments

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.

kurtlawrence avatar Jan 24 '22 09:01 kurtlawrence