Mathew Foscarini asks:
I'm in the middle of developing a new programming language to solve some business requirements, and this language is targeted at novice users. So there is no support for exception handling in the language, and I wouldn't expect them to use it even if I added it.
I've reached the point where I have to implement the divide operator, and I'm wondering how to best handle a divide by zero error?