Thursday, February 14, 2019

TAXES

Table of Contents ] [ List of Example Programs ] [ TAXES Disk Image ]

TAXES is a program that appears on page 55 (listing 4-4) of the book "Pascal Primer" by David Fox and Mitchell Waite. It demonstrates nested PROCEDURES.

While the program Compiles, Links, and Run without errors, it doesn't actually do much or display any output. To make sense of the program, one needs to read the section Nested Procedures on page 54 of the book.


The link command looks like:

LINKER V1.0
*D2:TAXES,PASLIB/S

When you run the program, it looks like:

... Well, as I mentioned, it doesn't have any output. It just runs and then the DOS menu displays.

No comments:

Post a Comment