Loris1123 / RbScheme

Scheme Interpreter written in Ruby
Other
1 stars 0 forks source link

Cannot create negative integers #5

Closed Loris1123 closed 8 years ago

Loris1123 commented 8 years ago

calling -4 results in a Unknown Variable. Workaround:

(define -4 (- 4 8))               # Thats awesome...
Loris1123 commented 8 years ago

Not solved and code commented. Problem: Builtinfunctions +/- won't work anymore