GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Thursday, December 23, 2010
Hello Pascal
This code is ran under Turbo Pascal platform:
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');
end.
Hello Pascal
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment