beautity print value

This commit is contained in:
vonhyou 2021-04-14 08:45:08 +08:00
parent 926a84c8a6
commit 6e5d36a823

View file

@ -125,7 +125,7 @@ def repl(prompt='minlisp>> ')
end end
def print_value(value) def print_value(value)
puts value.to_s puts ";Value: #{value.to_s}"
end end
repl() repl()