RosettaCodeData/Task/Detect-division-by-zero/Oz/detect-division-by-zero.oz
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

5 lines
116 B
Text

try
{Show 42 div 0}
catch error(kernel(div0 ...) ...) then
{System.showInfo "Division by zero detected."}
end