2.3.4 레이블
goto 문에 의해 이동할 목표 지점을 표시합니다. 별표(*)와 식별자로 구성됩니다.
사용 예
goto *lable #lable
stop #레이블로 이동하여 stop문 생략됨
*lable
end
Last updated
Was this helpful?
goto 문에 의해 이동할 목표 지점을 표시합니다. 별표(*)와 식별자로 구성됩니다.
goto *lable #lable
stop #레이블로 이동하여 stop문 생략됨
*lable
end
Last updated
Was this helpful?