quite a few fixes, overall repo cleanup and some restructurization in the stdlib
This commit is contained in:
9
tests/typeconversion.sl
Normal file
9
tests/typeconversion.sl
Normal file
@@ -0,0 +1,9 @@
|
||||
import stdlib.sl
|
||||
|
||||
word main
|
||||
"1234" toint 1 + dup puti cr
|
||||
tostr
|
||||
2dup
|
||||
puts
|
||||
free
|
||||
end
|
||||
Reference in New Issue
Block a user