foxuma2001
MIS
Hai friends,
Iam using Turbo Pascal 7.0.
In this simple program:
program test(input,output);
begin
clrscr;
writeln;
Writeln('Hello');
Readln;
end.
Here, in this program in line 3 (ie) clrscr;
Its giving an error saying unknown identifier.
I want to clear the screen and show the output.
Kindly advice me as regards this.
Regards
Uma.
Iam using Turbo Pascal 7.0.
In this simple program:
program test(input,output);
begin
clrscr;
writeln;
Writeln('Hello');
Readln;
end.
Here, in this program in line 3 (ie) clrscr;
Its giving an error saying unknown identifier.
I want to clear the screen and show the output.
Kindly advice me as regards this.
Regards
Uma.