Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

Pascal

High-level programming language developed by Niklaus Wirth in 1971 that is named after the Mathematician Blaise Pascal. Below is an example of a Pascal program that prints "Hello World!".

program Hello;

begin
Write('Hello world');
end.

After the above has been entered into a file, save the file as hello.pas and compile the program before it can be ran.

Also see: High-level language, Pascaline, Procedural language, Programming definitions

 

Index

Category:
Dictionary

Related Pages:
P - Definitions

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope