Skip to content

Abort

Abort()

aborts an evaluation completely and returns $Aborted.

Examples

>> Print("a"); Abort(); Print("b")
$Aborted

Implementation status

  • ✅ - full supported

Github