<p class="Paragraph">NumExpression: Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If NumExpression is 0, the statement will not be executed. If NumExpression is greater than 0, the program jumps to the respective label with a position number corresponding to the expression (1 = First label; 2 = Second label)</p>
<p class="Paragraph">Label: Target line according to <span class="T1">GoTo </span>or <span class="T1">GoSub</span> structure.</p>