CONVTYPS.I

[Table of Contents]

The CONVTYPS.I include file resides on the Kyan Pascal 2.x Utilities Disk 1.

There are no functions or procedures in this include file. It sets up a a few "STRINGS" (Arrays of Characters) of various sizes.

Source Code


   String5  = ARRAY[1..5] OF Char;
   String6  = ARRAY[1..6] OF Char;
   String20 = ARRAY[1..20] OF Char;

No comments:

Post a Comment