Files
ground_fork/tests/functions.grnd

7 lines
106 B
Plaintext
Raw Normal View History

2025-08-13 09:40:03 +10:00
fun -int !dingle -string &silly
stdlnout &silly
return 10
endfun
stdlnout "This is outside the function"