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

@@ -1,5 +1,5 @@
import stdlib.sl
: main
"hello world" puts_str
"hello world" puts
;