Loris1123 / RbScheme

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

Do not print when define #3

Closed Loris1123 closed 8 years ago

Loris1123 commented 8 years ago

Defining a function or variable will result in a print. But when doing a define, scheme should not print. It should be only printed when the function/variable is actually called