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

  1. %ECHO    Echo commands inside script files. 
  2. %    ECHO ON turns on echoing of commands inside Script-files. 
  3. %     ECHO OFF turns off echoing.
  4. %     ECHO file ON where 'file' is a function name causes the
  5. %     named Function-file to be echoed when it is used.
  6. %     ECHO file OFF turns it off.
  7. %     ECHO file toggles it.
  8. %     ECHO ON ALL turns on the echoing of commands inside all
  9. %     Function-files. ECHO OFF ALL turns them all off.
  10. %
  11. %     See also FUNCTION, SCRIPT.
  12.  
  13. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  14. %    Built-in function.
  15.