home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a075 / 1.img / TOOLKIT1.EXE / SST51.PRG < prev    next >
Encoding:
Text File  |  1989-08-08  |  203 b   |  15 lines

  1. ********************
  2.  
  3. PROCEDURE Typeset
  4.  
  5.    * this clears the type ahead buffer
  6.  
  7.    IF TYPE("scrtype") = "U"
  8.    ELSEIF scrtype
  9.       CLR_AHEAD()  && DO Clr_ahead
  10.    ENDIF
  11.  
  12. * End of File
  13.  
  14.  
  15.