added some command line args

This commit is contained in:
SpookyDervish
2025-09-13 07:17:32 +10:00
parent 86d59a8177
commit 983e1e8a74
4 changed files with 20 additions and 73 deletions

View File

@@ -1,17 +1,2 @@
fun -bool !greater -int &x -int &y
greater $x $y &x
return $x
endfun
pusharg 1
pusharg 3
call !greater &bigger
if $bigger %yes
jump %no
@yes
stdout "yep!\n"
end 0
@no
stdout "nope...\n"
stdout "Hello, World!\n"
end 0