5 lines
116 B
Text
5 lines
116 B
Text
try
|
|
{Show 42 div 0}
|
|
catch error(kernel(div0 ...) ...) then
|
|
{System.showInfo "Division by zero detected."}
|
|
end
|