AntonJoha / Lisp

Lisp
MIT License
0 stars 0 forks source link

Bug in minus operator implementation #21

Closed AntonJoha closed 1 year ago

AntonJoha commented 1 year ago

( - 1 2 3) results in the value 4 when it should be - 4

AntonJoha commented 1 year ago

Solved through issue #18