home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / borland / jnfb88.arc / PALPRO.ARC / GREET.SC < prev    next >
Text File  |  1987-10-02  |  88b  |  7 lines

  1. PROC hello() 
  2.         ? "Hello, world!" 
  3.         SLEEP 5000 
  4. ENDPROC 
  5.  
  6. hello() 
  7.