Files
GroundPY/test2.grnd

7 lines
105 B
Plaintext
Raw Normal View History

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