apfeltee / pforth

Automatically exported from code.google.com/p/pforth
0 stars 0 forks source link

abort" displays message even if caught #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter:    :noname 7 abort" foo" ; catch

What is the expected output? What do you see instead?

Should not see:   foo

Message should not appear if caught.

Reported by Josh Grams

Original issue reported on code.google.com by burkp...@gmail.com on 6 Dec 2011 at 10:16