From 15eae15fe8e657539995015b6ff81670ee13f3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Tue, 18 Jun 2024 17:15:08 +0500 Subject: [PATCH] Make so std/dup2.lb and std/dup4.lb doesn't reverse it's inputs --- std/dup2.lb | 1 + std/dup4.lb | 2 ++ 2 files changed, 3 insertions(+) diff --git a/std/dup2.lb b/std/dup2.lb index ba91170..93cd90b 100644 --- a/std/dup2.lb +++ b/std/dup2.lb @@ -1,5 +1,6 @@ @ 0 args 2 + swap push 1 pick push 1 diff --git a/std/dup4.lb b/std/dup4.lb index 4218f40..99b03a0 100644 --- a/std/dup4.lb +++ b/std/dup4.lb @@ -1,5 +1,7 @@ @ 0 args 4 + push 4 + #exec std/rev.lb push 3 pick push 3