endBranch

Immediately stops execution of the branch (standard choice) that is currently executing. Script controls continue executing from the calling standard choice, if any.

Version

1.6

Parameters

None

Example

01 true ^ endBranch() 
02 true ^ comment(“this will not execute”)