Difference between revisions of "Basic Pascal Tutorial"

From Free Pascal wiki
Jump to navigationJump to search
(New page: == Note from the Editor == I was so free to call it OPascal Tutorial, since I had to find an other file name, not to overwrite the original put there by Tom. I think Object Pascal Tutorial...)
 
 
(24 intermediate revisions by 10 users not shown)
Line 1: Line 1:
== Note from the Editor ==
+
{{Basic_Pascal_Tutorial}}
I was so free to call it OPascal Tutorial, since I had to find an other file name, not to overwrite the original put there by Tom. I think Object Pascal Tutorial wil be a better name as we will enhance it in the future. ;-)
+
__TOC__
 
 
I have converted the latest version from Tao Yue's website to Wiki.<br>
 
My idea is to first convert the whole tutorial to wiki (which is completed now, and later start to change/add things, so one can see, using the the Wiki History Tools, what was changed to Tao Yue's original.
 
 
 
Every Wiki page has a '''discussion''' area linked to it, so let's use it.
 
 
 
The '''color syntax highlighting''' for the code was done using the code2html plugin for [http://www.jedit.org jEdit].
 
 
 
[[user:Kees]]
 
 
 
 
== Overview ==
 
== Overview ==
 
[http://www.taoyue.com/ 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:
 
[http://www.taoyue.com/ 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/
 
* 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.
 
* It's made clear that the pages may have been modified from the originals.
Please contact the author and obtain permission before reposting.
+
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/Introduction|Basic Pascal Tutorial by Tao Yue]] or in the table of contents below
 +
 
 +
== Contents ==
 +
{{:Basic Pascal Tutorial/Contents}}
  
The tutorial can be found here: [[Object_Pascal_Introduction|Object Pascal Tutorial by Tao Yue]]
+
== See also ==
 +
* [[error_messages|Error messages]]
 +
* [[Object Oriented Programming with Free Pascal and Lazarus]]
 +
* [[Free Pascal videos|Free Pascal video tutorials]]
 +
* [[Lazarus videos|Lazarus video tutorials]]
 +
* [[Pascal and Lazarus Books and Magazines]]

Latest revision as of 12:08, 5 September 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:

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

See also