abort

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.0

initial version

Author

Allan CORNET

Last updated