Files
GroundPY/test2.grnd
2025-09-10 07:30:58 +10:00

10 lines
128 B
Plaintext

fun -string !test
stdout "this was called by a function!!!!\n"
return
endfun
call !test
set &x 2
set &y 3
add $x $y &x
end $x