6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
var x = "Hello, world!".
|
|
|
|
for (ch, cy) in x do
|
|
cout put:ch
|
|
end
|