home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / forth.zip / READ.ME < prev   
Text File  |  1989-05-26  |  664b  |  21 lines

  1.  
  2. This is the OS/2 version of Allan Pratt's portable FORTH interpreter.
  3.  
  4. I converted the MS-DOS version written in C to OS/2 but have not added any
  5. OS/2 specific commands.  Currently, it just works under OS/2.  I'm planning
  6. to do some major re-writing of the code to support OS/2 and maybe even PM.
  7. While I'm mostly a C programmer, I like to work with other languages every
  8. now and then (and try to keep an open mind).
  9.  
  10. To get started...
  11.  
  12.     You must use UPPER CASE for keywords.
  13.     Use 'BYE' to return to OS2.
  14.     Use 'VLIST' to list the keywords.
  15.     Use (SAVE) to save your workspace into FORTH.COR.
  16.  
  17.     Try '4 5 + .'
  18.  
  19.  
  20.                             Kent Cedola
  21.