From e8271895fb6bf5909ce027fe3505395d4a06068d Mon Sep 17 00:00:00 2001 From: IgorCielniak Date: Tue, 24 Mar 2026 16:35:00 +0100 Subject: [PATCH] fixed a mistake in a stack effect comment --- stdlib/utils.sl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/utils.sl b/stdlib/utils.sl index 217a5b5..33ee478 100644 --- a/stdlib/utils.sl +++ b/stdlib/utils.sl @@ -408,7 +408,7 @@ end # convert a string to a sequence of ascii codes of its characters and push the codes on to the stack, # Warning! the sequence is reversed so the ascii code of the last character ends up first on the stack -# toascii [*, addr | LEN] -> [*, x, x1 ... xLEN - 1 | xLEN + 1] +# toascii [*, addr | LEN] -> [*, x, x1 ... xLEN - 1 | xLEN] word toascii 0 swap for