home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / LANG.DI$ / PAUSE.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  487 b   |  12 lines

  1. %PAUSE    Wait for user response.
  2. %    PAUSE causes a procedure to stop and wait for the user to 
  3. %     strike any key before continuing.
  4. %    PAUSE(n) pauses for n seconds before continuing.
  5. %    PAUSE OFF indicates that any subsequent PAUSE or PAUSE(n)
  6. %    commands should not actually pause.  This allows normally
  7. %    interactive scripts to run unattended.
  8. %    PAUSE ON indicates that subsequent PAUSE commands should pause.
  9.  
  10. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  11. %    Built-in function.
  12.