7 lines
85 B
Text
7 lines
85 B
Text
data:
|
|
i is number
|
|
|
|
procedure:
|
|
for i from 10 to -1 step -1 do
|
|
display i lf
|
|
repeat
|