이동

λ‹€μŒ 문은 이동을 μ‹€ν–‰ν•©λ‹ˆλ‹€.

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

숫자 μ‹μ˜ 값에 따라 ν”„λ‘œκ·Έλž¨ μ½”λ“œμ˜ μ—¬λŸ¬ μ§€μ •ν•œ 쀄 쀑 ν•˜λ‚˜λ‘œ λΆ„κΈ°ν•©λ‹ˆλ‹€.