3 lines
49 B
Text
3 lines
49 B
Text
do i = 10 to 0 by -1;
|
|
put skip list (i);
|
|
end;
|
do i = 10 to 0 by -1;
|
|
put skip list (i);
|
|
end;
|