home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / PAUSE < prev    next >
Text File  |  1991-08-16  |  126b  |  8 lines

  1. > watch(on)
  2. > message('Pausing for 30 seconds')
  3. > pause(30)
  4. > message ('Pause is complete')
  5. > watch(on)
  6. > wait()
  7. > end
  8.