Files
ground_fork/tests/functions.grnd

7 lines
106 B
Plaintext

fun -int !dingle -string &silly
stdlnout &silly
return 10
endfun
stdlnout "This is outside the function"