added ewrite_buf and eputs

This commit is contained in:
IgorCielniak
2026-01-08 18:44:48 +01:00
parent e37f5ae5e4
commit 39ed504d88
4 changed files with 24 additions and 0 deletions

7
tests/eputs.sl Normal file
View File

@@ -0,0 +1,7 @@
import ../stdlib/stdlib.sl
import ../stdlib/io.sl
word main
"hello stderr" eputs
0
end