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

  1. %END     Terminates the scope of FOR, WHILE and IF statements.
  2. %     Without END's, FOR, WHILE, and IF wait for further input.
  3. %     Each END is paired with the closest previous unpaired
  4. %     FOR, WHILE, or IF and serves to terminate its scope. 
  5.  
  6. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  7. %    Built-in function.
  8.