home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 18 / forthsup / read.me < prev    next >
Encoding:
Text File  |  1986-09-18  |  2.3 KB  |  141 lines

  1. AES.FTH
  2.  
  3.     This is the AES interface Forth file.
  4.  
  5.  
  6. ART.FTH
  7. STRINGPT.BIN
  8.  
  9.     This is a String Art demo program and the data file for the demo program.
  10.     Run this program and show off Bradley's Forth to your friends.
  11.  
  12.  
  13. AUTO.FTH
  14.  
  15.     This is the auto run file.  Put anything you want in here and it will 
  16.     automatically run it when the program is started up.
  17.  
  18.  
  19. BIOS.FTH
  20.  
  21.     This is the BIOS interface Forth file.
  22.  
  23.  
  24. BLOCK.FTH
  25. BLOCKIO.FTH
  26. BLOCKLD.FTH
  27.  
  28.     This is the implementation of the Forth BLOCK command.  BLOCKIO.FTH and
  29.     BLOCKLD.FTH are support files needed to run the BLOCK command.
  30.  
  31.  
  32. BUNDLE.FTH
  33. EXTRACT.FTH
  34.  
  35.     This program creates bundles of files in one file.  EXTRACT.FTH is used as
  36.     a support file the bundle command.
  37.  
  38.  
  39. CHECKSUM.FTH
  40.  
  41.     This is a file checksum program.
  42.  
  43.  
  44. COMPARE.FTH
  45.  
  46.     This is a file compare program.
  47.  
  48.  
  49. CONNECT.FTH
  50.  
  51.     This is a virtual terminal program.
  52.  
  53.  
  54. DEBUG.FTH
  55.  
  56.     This is a single-stepping debugger program.
  57.  
  58.  
  59. DEMO
  60.  
  61.     This is a self-running demo program for Bradley Forth.  Run it and see what
  62.     Bradley Forth can do for you.
  63.  
  64.  
  65. FILEDATE.FTH
  66.  
  67.     This program modifies the date and time stamps on files.
  68.  
  69.  
  70. INDEX.FTH
  71.  
  72.     This program modifies the WHATIS.IND file to update it for changes made to
  73.     the WHATIS.DOC file.
  74.  
  75.  
  76. INTERVAL.FTH
  77.  
  78.     This program is an interval timing program.
  79.  
  80.  
  81. LINEA.FTH
  82.  
  83.     This program contains the Line A graphics interface routines for Forth.
  84.  
  85.  
  86. MIDI.FTH
  87.  
  88.     This program contains a basic MIDI interface.
  89.  
  90.  
  91. MODEM.FTH
  92.  
  93.     This program contains a serial line interface.
  94.  
  95.  
  96. MOUSEKEY.FTH
  97.  
  98.     This program contains the mouse interface routines.
  99.  
  100.  
  101. PATTERNS.FTH
  102.  
  103.     This program contains fill patterns.
  104.  
  105.  
  106. POLYGONS.FTH
  107.  
  108.     This is a sliding polygons demo program to show off more of the features of
  109.     Bradley's Forth.
  110.  
  111.  
  112. PRINTER.FTH
  113.  
  114.     This is the printer control interface program.
  115.  
  116.  
  117. RANDOM.FTH
  118.  
  119.     This is the random number generator interface program.
  120.  
  121.  
  122. SPLIT.FTH
  123.  
  124.     This is a split-screen scrolling program.
  125.  
  126.  
  127. TASKING.FTH
  128.  
  129.     This is the multitasking program. Yes!!!
  130.  
  131.  
  132. VDI.FTH
  133. VDIBIND.FTH
  134.  
  135.     This is low level and the C bindings for VDI interface routines.
  136.  
  137.  
  138. XMODEM.FTH
  139.  
  140.     This is a Xmodem protocol transfer program.
  141.