py: Properly implement divide-by-zero handling.
"1/0" is sacred idiom, the shortest way to break program execution (sys.exit() is too long).
tests/basics/int-divzero.py
0 → 100644
Please register or sign in to comment
"1/0" is sacred idiom, the shortest way to break program execution (sys.exit() is too long).