home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / MADTRB33.ZIP / EXAM.GLO < prev    next >
Encoding:
Text File  |  1986-02-10  |  155 b   |  8 lines

  1.  
  2.     {global definitions and declarations go here}
  3.     {example doesn't need any, so these are bogus}
  4.   TYPE
  5.     xxx = Integer;
  6.   VAR
  7.     i : xxx;
  8.