Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

abort

return

stop evaluation.

Syntax

  • abort
  • return

Description

return or abort stops current evaluation.

Example

for i=1:10,a = i,abort,end
a

See also

for.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET