home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / TURBOPAS / TP-UTIL.ARK / -READ.ME < prev    next >
Text File  |  1986-01-06  |  1KB  |  38 lines

  1.                          Listings disk for
  2.  
  3.                      The Complete Turbo Pascal
  4.                          by Jeff Duntemann
  5.  
  6. All files on this disk (c) 1985, 1986 by Jeff Duntemann
  7. Distribution encouraged; commercial rights retained.
  8.  
  9. This disk is a machine-readable collection of example programs,
  10. subprograms, and data files from my book, The Complete Turbo
  11. Pascal.  Feel free to put this disk in your user group library
  12. and give it to your friends.  While some of the programs exist
  13. only to illustrate a point of Pascal programming technique and
  14. are not especially useful, many of them can be incorporated in
  15. your own code.
  16.  
  17. If you really like the material on this disk, rather than sending
  18. money, why not buy my book?  It's published by Scott, Foresman &
  19. Company, 1985.
  20.  
  21. ISBN: 0-673-18111-1
  22.  
  23. If your local computer or book store doesn't stock it, ask them
  24. to order it for you.
  25.  
  26. While I can't always promise to answer every letter, feel free to
  27. write or call (before 9:30 PM!) about the book or these programs.
  28.  
  29. 73, and keep on hacking!
  30.  
  31. Jeff Duntemann KB2JN
  32. 805 Seaword Road
  33. Towson MD 21204
  34. (301) 583-2302
  35. ,FILENAME);
  36.   IF POINT > 0 THEN DELETE(FILENAME,POINT,(LENGTH(FILENAME)-POINT)+1);
  37.   TEMPNAME := CONCAT(FILENAME,'.$$$')
  38. E