home *** CD-ROM | disk | FTP | other *** search
/ Desktop Works 1995 - 1996 / desktopworks1995-1996.iso / scrnsave / mw_fish / mwfish.mod < prev    next >
Text File  |  1996-01-01  |  120b  |  10 lines

  1. (*# data(stack_size => 0) *)
  2. MODULE MWfish;
  3.  
  4. IMPORT WMain, Windows;
  5.  
  6. BEGIN
  7.   Windows.EntryPoint;
  8. END MWfish.
  9.  
  10.