home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l172 / 1.img / FORTH20 / LATEST.DOC < prev    next >
Encoding:
Text File  |  1980-01-01  |  1.6 KB  |  40 lines

  1. Notes to users
  2.  
  3.  
  4. The file directory on the full screen editor can be toggled on and off
  5. with the "F" command on the main editing menu.  This is not documented
  6. in the manual.
  7.  
  8.  
  9.  
  10. The  following  minor deviations from the 83-Standard  have  been 
  11. reported.
  12.  
  13.      WORD  doesn't set >IN as specified by the Standard,  in  the 
  14.      case where the input stream is exhausted.   Also, the format 
  15.      of  the null byte brought to HERE when the input  stream  is 
  16.      empty  is incorrect.  Neither of these problems will  affect 
  17.      normal application software.
  18.  
  19.      QUIT  displays an "ok" on the standard output,  whereas  the 
  20.      Standard specifies that QUIT shouldn't print anything.
  21.  
  22. Until  further notice,  LMI will pay $10.00 for each report of  a 
  23. newly discovered bug or deviation from the 83-Standard.
  24.  
  25. Version  2.1  of PC/FORTH is currently in beta-test and  will  be 
  26. released in July.   In that version all reported deviations  from 
  27. the  Standard  will be fixed and several new capabilities  added, 
  28. including:   full  support  for  the  "low-resolution"  16  color 
  29. graphics  mode  including text output,  the  ability  to  compile 
  30. source  programs  from  normal text files  or  Wordstar  document 
  31. files,  and  a new bit-mapped binary overlay loader that can also 
  32. handle CODE definitions. Warning: in order to make the new loader 
  33. work, the implementation of DOES> will be slightly modified; this 
  34. will not affect Standard application programs.   The stacks,  and 
  35. disk  buffers will be moved to a separate segment to  allow  more 
  36. dictionary workspace. 
  37.  
  38.  
  39.  
  40.