Overview | Statement List | Example


无条件跳转

Synopsis

JUMP/label:

Description

This statement allows you to perform unconditional branching, which causes the program to branch to the statement containing the specified label. This feature is generally used to bypass sections of the program which are controlled by conditional branching statements or as the executable part of a logical IF statement.

Parameters

Parameter

Description

label:

Label to which program execution jumps.


Copyright ©2015 胡君NX二次开发官网(www.UGapi.com) QQ:85585969 All Rights Reserved.