5 lines
60 B
Text
5 lines
60 B
Text
for i: 1 step 2 thru 10 do print(i);
|
|
/* 1
|
|
3
|
|
5
|
|
7 */
|