5 lines
106 B
Text
5 lines
106 B
Text
|
|
DIVIDE foo BY bar GIVING foobar
|
||
|
|
ON SIZE ERROR
|
||
|
|
DISPLAY "Division by zero detected!"
|
||
|
|
END-DIVIDE
|