ジャンプ (移動)

各種のジャンプ処理を行うためのステートメントです。

GoSub...Return Statement

Calls a subroutine that is indicated by a label inside a Sub or a Function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the GoSub statement.

GoTo Statement

Continues program execution within a Sub or Function at the procedure line indicated by a label.

On...GoSub Statement; On...GoTo Statement

プログラムコード上に複数の指定行を設けておき、与えられる数値表式を基にして、いずれか 1 つの行に分岐します。

ご支援をお願いします!