Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
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.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment