This repository has been archived on 2026-01-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground-old/tests/functions.grnd

7 lines
106 B
Plaintext

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