home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / HELLO.PRG < prev    next >
Text File  |  1994-02-11  |  544b  |  21 lines

  1. /////////////////////////
  2. //
  3. //    hello.prg - simple Clip-4-Win program that does output
  4. //
  5. //    Written by:    John M. Skelton, 19-May-93.
  6. //    Modified by:    John M. Skelton, 11-Feb-94.  Added procedure/return
  7. //                             and /n to hello.rmk.
  8. //                             (For consistency.)
  9. //
  10. //    Copyright (C) 1993 Skelton Software, Kendal Cottage, Hillam, Leeds LS25 5HP, UK.
  11. //    All Rights Reserved.
  12. //
  13. //    Compile and link:    rmake hello
  14. //
  15. /////////////////////////
  16.  
  17. procedure main()
  18. MessageBox( , "Hello World!", "Hello from Clip-4-Win")
  19. return
  20.  
  21.