home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / LIB / SRC / SEEK.PF < prev    next >
Encoding:
Text File  |  1990-12-16  |  99 b   |  4 lines

  1. package Seek_method_type;
  2.    type Seek_method = (From_beginning,From_current,From_end);
  3.    end;
  4.