print stack to $stdout on exiting
This commit is contained in:
parent
02dfbada7a
commit
70b69d94af
1 changed files with 2 additions and 0 deletions
2
bin/rpl
2
bin/rpl
|
@ -137,3 +137,5 @@ end
|
|||
RplRepl.new( interpreter: interpreter ).run! if options[:run_REPL]
|
||||
|
||||
interpreter.persist_state
|
||||
|
||||
puts interpreter.export_stack
|
||||
|
|
Loading…
Reference in a new issue