Skip to main content

Control Flow Commands

EXIT


EXIT

Stops the rest of the cell from being executed

Format: EXIT

Arguments:

Available: Available for all windows Version: 9 and later

Example:

if ($a < 5, EXIT)
If $a is less than 5 then stop executing the script