16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
|
|
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
|