6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
var x = "Hello, world!"
|
|
|
|
for i in 0 to:100 step:2 do
|
|
cout put:'Count is {i}'
|
|
end
|