  |
Graded series of Pascal Tutorials - http://sheepdogsoftware.co.uk/pltut.htm
A set of tutorials arranged from "getting started" through more complex levels. Written for a version of Pascal available as a free download. Links. |
  |
Learn Pascal - http://www.taoyue.com/tutorials/pascal/
Complete Pascal tutorial with programming assignments and example source code. Covers all topics of standard Pascal programming up to pointers. |
  |
Pascal for the AP Exam - http://www.geocities.com/SiliconValley/Park/2818/pascal.htm
Geared towards preparation for the AP Computer Science test, which has since been converted from Pascal to C++. Nevertheless, includes much useful information about data structures: binary trees, linked lists, sorting, and searching. |
  |
How To Code Pascal - http://www.allegro.com/papers/htpp.html
A long paper on how to write good Pascal code based on the 4 P's of programming: philosophy, performance, problems, and portability. |
 |
FAQ Pascal - http://borlpasc.narod.ru/english/faqs/ogl.htm
Answers on frequently asked questions in Turbo Pascal. |