pusharg takes multiple args at same time

This commit is contained in:
2025-09-20 12:57:03 +10:00
parent cc896629f7
commit 1147383ece
2 changed files with 17 additions and 7 deletions

View File

@@ -38,4 +38,12 @@ stdlnout $tmp
add 1 $counter &counter
jump %loopstart
@loopend
end 0
fun -int !doSomething -int &a -string &b
println $a
println $b
return 0
endfun
pusharg 432 "dingle"
!doSomething &ret