made puts wor for strings as well an some other changes

This commit is contained in:
IgorCielniak
2025-12-12 17:41:24 +01:00
parent 96366a98a8
commit 6910e05be6
20 changed files with 280 additions and 125 deletions

View File

@@ -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
;
""",