mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 07:28:03 -05:00
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
export @f1 {}
|
|
|
|
@f1 = function(%a, %b, %c) {
|
|
op* %b %c %_tmp0
|
|
op+ %a %_tmp0 %return
|
|
} |