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

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