mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-12 23:18:03 -05:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
export void { "f2": @f2 }
|
|
|
|
@f2 = function(%x) {
|
|
op++ %x
|
|
mov %x %return
|
|
} |