Dec 232017
TURBOCHK reads Turbo Pascal source files to check for proper matching of left and right parentheses, curly braces, and square brackets. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
TURBOCHK.COM | 14525 | 10287 | deflated |
TURBOCHK.TXT | 512 | 291 | deflated |
Download File TURBOCHK.ZIP Here
Contents of the TURBOCHK.TXT file
TURBOCHK.COM
TURBOCHK.COM reads Turbo Pascal source files (.pas) to check for
proper matching of left and right parentheses, curly braces, and square
brackets. This simple program can, in certain cases, drastically
simplify debugging. The syntax is simple: TURBOCHK (no arguments).
The program will prompt you for the name of the PASCAL program to
read (.PAS files ONLY). You may send output to the screen or to the
printer.
TURBOCHK.COM reads Turbo Pascal source files (.pas) to check for
proper matching of left and right parentheses, curly braces, and square
brackets. This simple program can, in certain cases, drastically
simplify debugging. The syntax is simple: TURBOCHK (no arguments).
The program will prompt you for the name of the PASCAL program to
read (.PAS files ONLY). You may send output to the screen or to the
printer.
December 23, 2017
Add comments