Random information - rurban/ponyc GitHub Wiki
This is a store for random snippets of information that will later on form the basis of the language docs. Put things here that you don't want to be forgotten.
Integer divide by 0. To avoid either having runtime uncaught exceptions or having to put every integer divide in a try block, we say that all integer division by 0 results in the value 0. If you want to catch division by 0 then test the denominator first.