home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / IDE / PROGRAMS / NONAM01.PRG < prev    next >
Text File  |  1994-06-04  |  110b  |  6 lines

  1. function Main()
  2.  
  3.    MsgInfo( "Hello World!" )
  4.    MsgInfo( "CA-Clipper 5 & Windows magic!" )
  5.  
  6. return nil