GOTO_STEP (a child element of STEP) causes the program flow to go directly to the STEP labeled by a LABEL_STEP element.
GOTO_STEP supports the use of text as value.
- <STEP>
- ......
- <GOTO_STEP>Destination I</GOTO_STEP>
- ......
- </STEP>
- ......
- <STEP>
- <LABEL_STEP>Destination I</LABEL_STEP>
- ......
- </STEP>