RosettaCodeData/Task/Exceptions/Ursa/exceptions-1.ursa
2023-07-01 13:44:08 -04:00

6 lines
142 B
Text

try
invalid "this statement will fail"
catch syntaxerror
# console.err is optional here
out "caught an exception" endl console.err
end try