1.
The Pascal Programming Language
Compilers which adhere to Borland's Object Pascal model are designated as such. ... A very complete and comprehensive Pascal tutorial. ...
2.
Pascal Forums & Links
May 27, 2007 ... The Bits, NEW, Contains several links to information and tutorials regarding Delphi. Speed Pascal/2, NEW, Object oriented 32-bit Pascal ...
3.
The Pascal Programming Language
Compilers which adhere to Borland's Object Pascal model are designated as such. ... A very complete and comprehensive Pascal tutorial. ...
4.
Mac Pascal Programming Primer - Book Review
Dave Mark and Carwright Reed, both accomplished and well-known Apple developers, jointly produced a book some years ago, Macintosh Pascal Programming Primer ...
5.
My Type - Font Catalog
Apr 22, 1997 ... The general preferences are pretty self explanatory - this is where you tell My Type 0.3 what to print in each font. ...
6.
The Pascal Programming Language
Program TowersOfHanoi(input,output); Var disks: integer; Procedure Hanoi(source, temp, destination: char; n: integer); begin if n > 0 then begin ...
7.
Pascal Tools
is a nearly-complete level 0 Pascal compiler that I wrote in 1997/98 as a class project at the University of Calgary. It translates Pascal source code into ...
8.
The Pascal Programming Language
Figure 1: Sample Code - Types and Records. Pascal also supports recursion, a powerful computing tool that allows a function or procedure within a program to ...
9.
Pascal Tools
(~1.3M), Freeware Open-Source Pascal 32/64 bit compiler compiler which runs on all operating systems supported by GNU C, including Windows. ...
10.
Object-Oriented Extensions to Pascal
However, the word class is now more common in the industry than it was when Object Pascal was created. E.6.1.3.2 Inheritance List. ...