Interrupt
Interrupt( )Interrupt an evaluation and returns
$Aborted.
Examples
Print(test1) prints string: “test1”
>> Print(test1); Interrupt(); Print(test2)$AbortedImplementation status
- ✅ - full supported
Interrupt( )Interrupt an evaluation and returns
$Aborted.
Print(test1) prints string: “test1”
>> Print(test1); Interrupt(); Print(test2)$Aborted