Exceptions: Difference between revisions

m
mNo edit summary
Line 2,657:
invalid "this statement will fail"
catch syntaxerror
# console.err is optional here
out "caught an exception" endl console.err
end try</lang>
Throwing exceptions:
Anonymous user