added run time strings

This commit is contained in:
IgorCielniak
2025-12-11 20:25:34 +01:00
parent a33ae22573
commit 96366a98a8
16 changed files with 722 additions and 4 deletions

2
a.sl
View File

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