mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-12 06:58:22 -05: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
|
|
}
|