RosettaCodeData/Task/Exceptions/Blz/exceptions.blz
2023-07-01 13:44:08 -04:00

6 lines
106 B
Text

try
1 / 0 # Throw an exception
print("unreachable code")
catch
print("An error occured!")
end