echo 1/0 # this is inf Run
echo 1/0 # this is inf
This is even inf when both values are read at runtime. Nimrod has EFloatDivByZero, but
echo 1.0/0.0 Run
echo 1.0/0.0
returns inf too. Should not both rise an exception?