Files
GroundPY/test2.grnd

8 lines
130 B
Plaintext
Raw Normal View History

2025-09-10 18:56:45 +10:00
fun -int !test -int &arg1
2025-09-10 07:30:58 +10:00
stdout "this was called by a function!!!!\n"
return $arg1
2025-09-10 07:30:58 +10:00
endfun
2025-09-10 18:56:45 +10:00
pusharg 115
call !test &var
end $var