RosettaCodeData/Task/Exceptions/Blz/exceptions.blz

7 lines
106 B
Plaintext

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