Difference between revisions of "Basic Pascal Tutorial"
From Free Pascal wiki
Jump to navigationJump to search (Updated for name change from Object Pascal to Basic Pascal;) |
(unify source code style, →Contents: deduplicate contents) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
Please contact the author and obtain permission before reposting the parts written by Tao Yue in other places than this wiki. | Please contact the author and obtain permission before reposting the parts written by Tao Yue in other places than this wiki. | ||
− | The tutorial can be found here: [[ | + | The tutorial can be found here: [[Basic_Pascal_Introduction|Basic Pascal Tutorial by Tao Yue]] or in the table of contents below |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == Contents == | ||
+ | {{:Contents}} | ||
== See also == | == See also == | ||
− | + | * [[error_messages|Error messages]] | |
* [[Object Oriented Programming with Free Pascal and Lazarus]] | * [[Object Oriented Programming with Free Pascal and Lazarus]] | ||
* [[Free Pascal videos|Free Pascal video tutorials]] | * [[Free Pascal videos|Free Pascal video tutorials]] | ||
+ | * [[Lazarus videos|Lazarus video tutorials]] | ||
+ | * [[Pascal and Lazarus Books and Magazines]] |
Revision as of 06:17, 29 January 2022
│
العربية (ar) │
български (bg) │
Deutsch (de) │
English (en) │
español (es) │
français (fr) │
italiano (it) │
日本語 (ja) │
한국어 (ko) │
русский (ru) │
slovenčina (sk) │
中文(中国大陆) (zh_CN) │
Overview
Tao Yue has written an excellent Pascal overview and tutorial and generously agreed to let it be wiki'ized and posted on the Lazarus-ccr provided that:
- Our posting is linked to the original tutorial at: http://www.taoyue.com/tutorials/pascal/
- It's made clear that the pages may have been modified from the originals.
Please contact the author and obtain permission before reposting the parts written by Tao Yue in other places than this wiki.
The tutorial can be found here: Basic Pascal Tutorial by Tao Yue or in the table of contents below
Contents
- Introduction
- History of Pascal
- Pascal Compilers
- Hello, world
- 1. Basics
- 2. Input/Output
- 3. Program Flow
- 4. Subprograms
- 5. Data types
- 6. Final words