Skip to content

Interrupt

Interrupt( )

Interrupt an evaluation and returns $Aborted.

Examples

Print(test1) prints string: “test1”

>> Print(test1); Interrupt(); Print(test2)
$Aborted

Implementation status

  • ✅ - full supported

Github