small refactor and cleanup
This commit is contained in:
9
tests/string_puts.sl
Normal file
9
tests/string_puts.sl
Normal file
@@ -0,0 +1,9 @@
|
||||
import ../stdlib/stdlib.sl
|
||||
import ../stdlib/io.sl
|
||||
|
||||
: main
|
||||
"hello world" puts
|
||||
"line1\nline2" puts
|
||||
"" puts
|
||||
0
|
||||
;
|
||||
Reference in New Issue
Block a user