forked from ground/ground
Basic function calling support
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
fun -int !dingle -string &silly
|
||||
stdlnout &silly
|
||||
stdlnout "This is inside the function"
|
||||
return 10
|
||||
endfun
|
||||
|
||||
stdlnout "This is outside the function"
|
||||
|
||||
call !dingle &var
|
||||
|
||||
stdlnout $var
|
||||
|
Reference in New Issue
Block a user