Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 1.06 KB

File metadata and controls

15 lines (7 loc) · 1.06 KB

Terminate

The Terminate statement stops all subsequent procedures in the current and downstream node from executing.

Terminate can be used when the users have created a sequence of statements which they have yet to fill in all the input boxes, and want to test run the statements that are already filled in. Adding the Terminate statement after the last filled line before executing the procedures can prevent the errors arising from the empty argument boxes after that line.

The Terminate statement is a helpful tool for debugging, as the users will not need to manually disable all the code and/or nodes that they do not want to execute.

Procedures Without Terminate

Procedures With Terminate

Only the first iteration is executed when Terminate is used in a loop