이 콘텐츠는 선택한 언어로 제공되지 않습니다.6.12. while General syntax: while (EXP) STMT The while statement uses the same syntax and semantics as in C. In the statement above, while the integer-valued EXP evaluates to non-zero, the parser will execute STMT. 이전다음