Files
ValueScript/concept-code/modules/compiled/f1.vsm
2023-03-03 16:08:47 +11:00

6 lines
99 B
Plaintext

export @f1 { "f1": @f1 }
@f1 = function(%a, %b, %c) {
op* %b %c %_tmp0
op+ %a %_tmp0 %return
}