Exceptions/Catch an exception thrown in a nested call: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 3,443:
 
We can use that approach here, re-throwing the second (uncaught) exception so that it terminates the script.
<syntaxhighlight lang="ecmascriptwren">var U0 = "U0"
var U1 = "U1"
 
9,476

edits