Files
GroundPY/test2.grnd

10 lines
128 B
Plaintext
Raw Normal View History

2025-09-10 07:30:58 +10:00
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