Files
GroundPY/test2.grnd
2025-09-10 07:54:11 +10:00

7 lines
105 B
Plaintext

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