dgkf / R

An experimental reimagining of R
https://dgkf.github.io/R
GNU General Public License v3.0
135 stars 6 forks source link

fix: implement missing negation operator #159

Closed dgkf closed 2 months ago

dgkf commented 2 months ago

Somehow missed the implementation of !. Now added. Also updated all the internal naming conventions to use "not" instead of what was mistakenly called "negate" :sweat_smile: