Abort

Abort[]

生成一个中断来终止计算.

更多信息

  • 可以在一个计算过程的任意位置调用 Abort. 这与在交互中断中选择中断可选项作用相同.
  • 可以在一个计算中把 Abort 作为一个紧急停止.
  • Abort 一旦被调用,当前正在进行计算的 Wolfram 语言函数将尽可能快地返回.
  • 在一个交互式会话过程中,一个被终止计算的最终结果是 $Aborted.
  • 可以使用 CheckAbort捕捉一个终止的返回值.

范例

基本范例  (3)

中止执行一个指令序列:

一个用于定点迭代的函数,如果其值超出一定范围便会中止:

一种不稳定迭代:

一种近似 GoldenRatio 的稳定迭代:

如果其解变成复数,则中止一个微分方程的数值解:

Wolfram Research (1991),Abort,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Abort.html.

文本

Wolfram Research (1991),Abort,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Abort.html.

CMS

Wolfram 语言. 1991. "Abort." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/Abort.html.

APA

Wolfram 语言. (1991). Abort. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/Abort.html 年

BibTeX

@misc{reference.wolfram_2024_abort, author="Wolfram Research", title="{Abort}", year="1991", howpublished="\url{https://reference.wolfram.com/language/ref/Abort.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_abort, organization={Wolfram Research}, title={Abort}, year={1991}, url={https://reference.wolfram.com/language/ref/Abort.html}, note=[Accessed: 17-November-2024 ]}