LibreOfficeDev 25.8 Help
다음 문은 이동을 실행합니다.
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.
Continues program execution within a Sub or Function at the procedure line indicated by a label.
숫자 식의 값에 따라 프로그램 코드의 여러 지정한 줄 중 하나로 분기합니다.