RosettaCodeData/Task/Exceptions/Nanoquery/exceptions-1.nanoquery

7 lines
113 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
try
invalid "this statement will fail"
catch e
println "caught an exception"
println e
end try