quite a few fixes, overall repo cleanup and some restructurization in the stdlib

This commit is contained in:
IgorCielniak
2026-01-12 19:03:49 +01:00
parent 3f87f12cf1
commit 47a45c050e
25 changed files with 582 additions and 648 deletions

9
tests/typeconversion.sl Normal file
View File

@@ -0,0 +1,9 @@
import stdlib.sl
word main
"1234" toint 1 + dup puti cr
tostr
2dup
puts
free
end