Pascal-Small-Book.295


立即下载 纾潆锦袖迷子
2024-02-22
Pascal program language open start compiler Free programming pascal Type
274 KB

Learn Pascal Programming Tutorial
Lesson 1 - Introduction to Pascal
About Pascal
The Pascal programming language was created by Niklaus Wirth in 1970. It was
named after Blaise Pascal, a famous French Mathematician. It was made as a
language to teach programming and to be reliable and efficient. Pascal has since
become more than just an academic language and is now used commercially.
What you will need
Before you start learning Pascal, you will need a Pascal compiler. This tutorial uses
the Free Pascal Compiler. You can find a list of other Pascal compilers at
TheFreeCountry's Pascal compiler list.
Your first program
The first thing to do is to either open your IDE if your compiler comes with one or
open a text editor.
We always start a program by typing its name. Type program and the name of the
program next to it. We will call our first program "Hello" because it is going to print
the words "Hello world" on the screen.
program Hello;
Next we will


Pascal/program/language/open/start/compiler/Free/programming/pascal/Type/ Pascal/program/language/open/start/compiler/Free/programming/pascal/Type/
-1 条回复
登录 后才能参与评论
-->