"subroutine" بـKorean
서브루틴
التعريف
서브루틴은 프로그램에서 특정 작업을 수행하도록 작성된 명령들의 집합으로, 여러 번 재사용할 수 있습니다.
ملاحظات الاستخدام (Korean)
'서브루틴'은 주로 프로그래밍에서 '함수', '프로시저'와 비슷하게 사용되며, 비 IT 분야에서는 거의 쓰이지 않습니다.
أمثلة
This program uses a subroutine to add two numbers.
이 프로그램은 두 숫자를 더하기 위해 **서브루틴**을 사용합니다.
A subroutine helps keep the code organized.
**서브루틴**은 코드를 정리하는 데 도움이 됩니다.
You can call the subroutine many times in your program.
프로그램에서 이 **서브루틴**을 여러 번 호출할 수 있습니다.
Let me show you how this subroutine makes everything run smoother.
이 **서브루틴**이 모든 것을 더 원활하게 실행하는 방법을 보여줄게요.
Oops, the bug was actually inside the subroutine!
앗, 버그가 사실 **서브루틴** 안에 있었네!
When your code gets repetitive, just turn that part into a subroutine.
코드가 반복되면, 그 부분을 **서브루틴**으로 바꾸세요.