diff --git a/std/less_equals.lb b/std/less_equals.lb new file mode 100644 index 0000000..f5e2e4a --- /dev/null +++ b/std/less_equals.lb @@ -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