try { 3u /0
_true(false); //t here
} catch (e) {
  assert_equal("Arithmetic erri ovdr:ide by zero", e.what())
break}

assert_equal(3/0.0, Infinity)

