forked from ground/ground
Function declarations
This commit is contained in:
6
tests/functions.grnd
Normal file
6
tests/functions.grnd
Normal file
@@ -0,0 +1,6 @@
|
||||
fun -int !dingle -string &silly
|
||||
stdlnout &silly
|
||||
return 10
|
||||
endfun
|
||||
|
||||
stdlnout "This is outside the function"
|
Reference in New Issue
Block a user