Files
GroundPY/test2.grnd
2025-09-10 20:25:19 +10:00

8 lines
130 B
Plaintext

fun -int !test -int &arg1
stdout "this was called by a function!!!!\n"
return $arg1
endfun
pusharg 115
call !test &var
end $var