Re: crash message in 4.0
- Posted by ne1uno Aug 17, 2008
- 943 views
?1/0 produces a full ex.err, crash() is limited since the actual crash is in error.e, which is just confusing. although you do get the message, you don't get your program and function state.
when translated, ?1/0 is confusing, you tried to divide by zero
while crash("error happened in xyz") makes more sense on the console and ex.err but when translated, of course, you get no program internal details.
unless I'm doing it wrong.