drwhut/decision

Check what happens if you divide by 0.

Closed this issue · 1 comments

It should give a VM runtime error.

For floats, it gives +infinity, and for integers, it crashes.

I will make it produce a runtime error for both.