Files
ValueScript/concept-code/exceptions/finallyWithoutThrow.vsm
2023-03-23 10:14:34 +11:00

11 lines
153 B
Plaintext

export @_anon0 {}
@_anon0 = function() {
set_catch :finally0 %_tmp0
unset_catch
finally0:
mov "Ok" %result
throw %_tmp0
mov %result %return
}