6 lines
84 B
Text
6 lines
84 B
Text
try
|
|
integer i = 1/0
|
|
catch e
|
|
?e[E_USER]
|
|
end try
|
|
puts(1,"still running...\n")
|