Basic Pascal Tutorial
From Lazarus wiki
Jump to navigationJump to search
│
العربية (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