2 lines
55 B
Text
2 lines
55 B
Text
for(i = 0; i < 10; i += 2)
|
|
show_message(string(i))
|
for(i = 0; i < 10; i += 2)
|
|
show_message(string(i))
|