home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol134 / globals.int < prev    next >
Encoding:
Text File  |  1984-04-29  |  220 b   |  7 lines

  1. CONST
  2.     intstrlength = 7;               {length of a display integer field}
  3.  
  4. TYPE
  5.     intmode  = (inone, isuplzer, icomma, ishortsup, ishortcom);
  6.     intstr   =  string intstrlength;    {a string  for maximum INTEGER}
  7.