RosettaCodeData/Task/Exceptions/Ursa/exceptions-1.ursa

7 lines
142 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
try
invalid "this statement will fail"
catch syntaxerror
# console.err is optional here
out "caught an exception" endl console.err
end try