subroutine
번역
서브루틴, 부프로그램
예문
The program calls a subroutine to calculate the total.
프로그램은 합계를 계산하기 위해 서브루틴을 호출합니다.
This subroutine handles all the error messages.
이 서브루틴은 모든 오류 메시지를 처리합니다.
문법 패턴
((a/the)) subroutine 서브루틴. The program calls a subroutine.
유사어
유의어: function, procedure, module
어원
접두사 'sub-'(아래)와 'routine'(정해진 절차)에서 유래했습니다. '더 큰 루틴의 일부인 루틴'을 의미합니다.
암기 팁
메인 프로그램 내의 '미니 루틴'이나 보조 작업으로 생각하세요.