mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Updated abort output.
This commit is contained in:
parent
6fa6437f9d
commit
4d96c5e52c
1 changed files with 4 additions and 2 deletions
|
@ -14,8 +14,10 @@ module XfOOrth
|
|||
|
||||
if debug
|
||||
puts "Data Stack Contents: #{data_stack.inspect}"
|
||||
puts "Control Stack Contents: #{ctrl_stack.inspect}"
|
||||
# puts "Mode = #{mode.inspect}, Level = #{level}" ???
|
||||
end
|
||||
|
||||
unless @context
|
||||
puts "Error: No context is available!"
|
||||
end
|
||||
|
||||
interpreter_reset
|
||||
|
|
Loading…
Reference in a new issue