From professional translators, enterprises, web pages and freely available translation repositories.
불리언 식에서 imp 연산자를 사용하면 첫 번째 식이 true로 평가되고 두 번째 식이 false로 평가될 경우에만 false가 구해집니다.
if you use the imp operator in boolean expressions, false is only returned if the first expression evaluates to true and the second expression to false.