abort

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

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?