Function declarations

This commit is contained in:
2025-08-13 09:40:03 +10:00
parent 52eadaa9c3
commit 4cd4d9080d
2 changed files with 104 additions and 16 deletions

6
tests/functions.grnd Normal file
View File

@@ -0,0 +1,6 @@
fun -int !dingle -string &silly
stdlnout &silly
return 10
endfun
stdlnout "This is outside the function"