From fa6e42292da53dbb3ae23224b1b33db8ceba74f3 Mon Sep 17 00:00:00 2001 From: IgorCielniak Date: Tue, 13 Jan 2026 09:26:05 +0100 Subject: [PATCH] proper cleanup of the return stack in the toint function --- stdlib/utils.sl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/utils.sl b/stdlib/utils.sl index cdf6f3e..5adb3a2 100644 --- a/stdlib/utils.sl +++ b/stdlib/utils.sl @@ -81,7 +81,7 @@ word toint for swap drop end - rdrop + rdrop rdrop end # : count_digits ( int -- int) returns the amount of digits of an int