WE CAN RETURN VALUES FROM FUNCTIONS LESS GOOO

This commit is contained in:
SpookyDervish
2025-09-10 07:54:11 +10:00
parent 59bef834c4
commit 3103d17026
5 changed files with 46 additions and 15 deletions

View File

@@ -1,10 +1,7 @@
fun -string !test
fun -int !test
stdout "this was called by a function!!!!\n"
return
return 123
endfun
call !test
set &x 2
set &y 3
add $x $y &x
end $x
call !test &var
end $var