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