Files
ivy/doc/sample/Simple.im

6 lines
67 B
Plaintext
Raw Normal View History

var x = "Hello, world!".
for (ch, cy) in x do
cout put:ch
end