RETURNING WORKSSSSS

This commit is contained in:
SpookyDervish
2025-09-10 18:56:45 +10:00
parent 3103d17026
commit 523ccecbc0
5 changed files with 103 additions and 19 deletions

View File

@@ -1,7 +1,8 @@
fun -int !test
fun -int !test -int &arg1
stdout "this was called by a function!!!!\n"
return 123
endfun
pusharg 115
call !test &var
end $var