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

6 lines
113 B
Text

try
invalid "this statement will fail"
catch e
println "caught an exception"
println e
end try