small fixes to typeconversion.sl

This commit is contained in:
IgorCielniak
2026-01-12 18:36:34 +01:00
parent 707095c84b
commit 3f87f12cf1

View File

@@ -62,7 +62,7 @@ word tostr
2 pick
2 + pick
3 pick rot +
swap 48 + c!
swap 48 + swap 1 - swap c!
drop
swap
1 +
@@ -74,11 +74,12 @@ word tostr
over for
rot drop
end drop
swap 1 + swap puts
end
word main
"1234" toint 1 + dup puti cr
tostr
2dup
puts
free
end