quite a few fixes, overall repo cleanup and some restructurization in the stdlib
This commit is contained in:
15
tests/str.sl
Normal file
15
tests/str.sl
Normal file
@@ -0,0 +1,15 @@
|
||||
import stdlib.sl
|
||||
|
||||
word main
|
||||
"g" "g"
|
||||
strcmp
|
||||
puti cr
|
||||
puts
|
||||
puts
|
||||
|
||||
"hello world hello world hello " "world hello world hello world"
|
||||
strconcat
|
||||
2dup
|
||||
puts
|
||||
free
|
||||
end
|
||||
Reference in New Issue
Block a user