Fix std/less_equals.lb and add std/greater_equals.lb

This commit is contained in:
bʰedoh₂ swé 2024-06-18 02:40:41 +05:00
parent 1450248b5b
commit 42cd92e483
2 changed files with 24 additions and 2 deletions

22
std/greater_equals.lb Normal file
View File

@ -0,0 +1,22 @@
@ 0
args 2
@ 1
#expr -
swap
#expr -
swap
kjz 2
swap
kjz 3
swap
jmp 1
@ 2
push 1
quit
@ 3
push 0
quit

View File

@ -14,9 +14,9 @@
jmp 1 jmp 1
@ 2 @ 2
push 1 push 0
quit quit
@ 3 @ 3
push 0 push 1
quit quit