INTRO - introduction to the programming language PASCAL.

References:

Pascal User Manual and Report
Kathleen Jensen and Niklaus Wirth
Springer-Verlag, New York, 1975 (2nd ed.).
Systematic Programming: An Introduction
Niklaus Wirth
Prentice-Hall, Englewood Cliffs, N. J. 1973.
Algorithms + Data Structures = Programs
Niklaus Wirth
Prentice-Hall, Englewood Cliffs, N. J. 1976.

Pascal is perhaps the favorite language of computer science education today. It has good control structures and powerful data structuring abilities, yet it is a simple language. These advantages make it popular for structured programming: it is easy to learn, programs written in it are easy to read, and a great deal of compile time checking is possible to ensure program correctness. Moreover, compilers for Pascal can be fast yet produce very efficient object code.

Pascal is recommended for teaching introductory programming, but it can also be used for general purpose programming. Some important features of Pascal are:

These features make Pascal a practical alternative for numeric computing, business data processing, or even systems programming. (Several compilers have been written in Pascal.) It is available on a wide variety of machines.

The Pascal compiler for GCOS-8 provides the user with a powerful and versatile language. In addition to standard Pascal, several extensions are included.

This compiler is an independent implementation of the language, not related to Pascal compilers on other machines.

System Requirements:

The GCOS-8 Pascal compiler runs on the Bull HN DPS-8 family of computers. The SS mode compiler runs under TSS or batch; the NS mode compiler runs under accommodation mode, but prepares programs to run in NS mode.

Normally the run-time input/output routines read or write either standard system format Media 6 ASCII sequential files or Pascal binary sequential files. They will also read BCD files (Media 0, 2 or 3), and comdecks.

Copyright © 1996, Thinkage Ltd.