made puts wor for strings as well an some other changes
This commit is contained in:
@@ -105,9 +105,9 @@ compile-only
|
||||
import {ROOT / 'stdlib.sl'}
|
||||
|
||||
: main
|
||||
\"hello world\" puts_str
|
||||
\"line1\\nline2\" puts_str
|
||||
\"\" puts_str
|
||||
\"hello world\" puts
|
||||
\"line1\\nline2\" puts
|
||||
\"\" puts
|
||||
0
|
||||
;
|
||||
""",
|
||||
|
||||
Reference in New Issue
Block a user