added ewrite_buf and eputs
This commit is contained in:
7
tests/eputs.sl
Normal file
7
tests/eputs.sl
Normal file
@@ -0,0 +1,7 @@
|
||||
import ../stdlib/stdlib.sl
|
||||
import ../stdlib/io.sl
|
||||
|
||||
word main
|
||||
"hello stderr" eputs
|
||||
0
|
||||
end
|
||||
Reference in New Issue
Block a user