Files
GroundPY/test2.grnd
2025-09-10 18:56:45 +10:00

8 lines
128 B
Plaintext

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