mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 10:21:59 +00:00
beautity print value
This commit is contained in:
parent
926a84c8a6
commit
6e5d36a823
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def repl(prompt='minlisp>> ')
|
|||
end
|
||||
|
||||
def print_value(value)
|
||||
puts value.to_s
|
||||
puts ";Value: #{value.to_s}"
|
||||
end
|
||||
|
||||
repl()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue