Repository URL to install this package:
|
Version:
1.6 ▾
|
Program IFSTest;
var
i: Longint;
Begin
for i := 0 to 9 do
begin
writeln('hello'+inttostr(i));
end;
End.