Pascal/Упражнения І

From Wikiversity
Jump to navigation Jump to search
var i:integer;
begin
 for i:=1 to 10 do writeln(i);
 readln;
end.