From: Geoffrey K. <ge...@kn...> - 2003-03-09 12:01:38
|
Let's say I'm in the middle of loading a file foo.scm. I get part of the way through the file, and then I realize some core data structures are messed up. I want to signal an error and stop loading foo.scm, but I may not want to leave the JScheme interpreter. Can I do that (leave foo.scm but not JScheme)? Geoffrey |