home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / help / filstat.hlp < prev    next >
Encoding:
Text File  |  1987-12-21  |  243 b   |  9 lines

  1. \ FILSTAT.HLP   Display file status, and loaded files.  by Tom Zimmer
  2.  
  3. .LOADED         ( --- )
  4.         Print a list of all files that have been loaded.
  5.  
  6. .FILES          ( --- )
  7.         Print the contents of the system handle stack.
  8.  
  9.