| Description |
|
A statement terminator which separates elements of the program. A statement is a complete instruction to the computer and the semicolon is used to separate instructions (this is similar to the period "." in written English). Semicolons are also used to separate the different elements of a for() structure.
프로그램 요소를
구분하는 문장 종료
기호 입니다. 문은
컴퓨터에게 완전한
명령이며 세미콜론은
명령을 구분합니다. (이것은
영문에서 마침표 "." 와
비슷합니다.)
세미콜론은 for() 문에서
다른 요소를
구분하는데
사용됩니다.
|