3 lines
49 B
Text
3 lines
49 B
Text
for i in [10, 9 .. 0] do
|
|
Print(i, "\n");
|
|
od;
|
for i in [10, 9 .. 0] do
|
|
Print(i, "\n");
|
|
od;
|