The complete structure of the program is:
program ...;
uses ...;
label ...;
const ...;
type ...;
procedure ...;
function ...;
begin
statement;
end.
Example:
program Hello;
uses wincrt;
begin
writeln('Hello, Pascal');
GMgKe586q6suSQnyqZLlGCooeWM
No comments:
Post a Comment