From 1fed85bc0adf68b3854f5340da18a5fed38f0654 Mon Sep 17 00:00:00 2001 From: igor Date: Fri, 20 Feb 2026 21:09:40 +0100 Subject: [PATCH] small fix in the stack effect comments --- stdlib/io.sl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/io.sl b/stdlib/io.sl index 7a7ea79..90d950e 100644 --- a/stdlib/io.sl +++ b/stdlib/io.sl @@ -356,8 +356,8 @@ #cr [*] -> [*] inline word cr 10 putc end -#puts [* | x] -> [*] +#puts [*, addr | len] -> [*] inline word puts write_buf cr end -#eputs [* | x] -> [*] +#eputs [*, addr | len] -> [*] inline word eputs ewrite_buf cr end