20.2.5 script 실행 제어
20.2.5.1 조건에 따른 선택적인 처리
어떤 조건에 따라 명령을 선택적으로 처리하고자 할 때 사용하는 것이 “if” 문, “case” 문이다
20.2.5 script 실행 제어
20.2.5.1 조건에 따른 선택적인 처리
어떤 조건에 따라 명령을 선택적으로 처리하고자 할 때 사용하는 것이 “if” 문, “case” 문이다
20.2.5 Execution Control of Script
20.2.5.1 Optional Processing according to Conditions
It is “if” statement and “case” statement to be used to selectively process commands depending on a certain condition.
● “if” statement