mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-12 06:58:22 -05:00
17 lines
241 B
Plaintext
17 lines
241 B
Plaintext
export @_anon0 {}
|
|
|
|
@_anon0 = function() {
|
|
set_catch :finally0 %_tmp0
|
|
mov 37 %return
|
|
mov true %_is_returning
|
|
unset_catch
|
|
jmp :finally0
|
|
unset_catch
|
|
finally0:
|
|
mov 42 %return
|
|
end
|
|
throw %_tmp0
|
|
jmpif %_is_returning :end
|
|
end:
|
|
}
|