updates to io.sl

This commit is contained in:
IgorCielniak
2025-12-19 20:23:26 +01:00
parent 8b5ccf4edc
commit 002b36f89c
40 changed files with 152 additions and 9091 deletions

View File

@@ -3,7 +3,7 @@ import stdlib/io.sl
: main
1024
read_stdin # returns (len addr)
read_stdin # returns (addr len)
dup 0 > if
write_buf
0 exit