mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
export @_anon0 {}
|
|
|
|
@_anon0 = function() {
|
|
set_catch :finally0 %_tmp0
|
|
unset_catch
|
|
finally0:
|
|
mov "Ok" %result
|
|
throw %_tmp0
|
|
mov %result %return
|
|
}
|