9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
|
|
str = "hello".
|
|
|
|
for c in str do
|
|
cout put:c
|
|
end
|
|
|
|
cout put:"done"
|