Basic function calling support

This commit is contained in:
2025-08-18 09:36:35 +10:00
parent e4cc6b2f14
commit 28a9e389fa
2 changed files with 43 additions and 9 deletions

View File

@@ -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