statement의 뜻은, (번역 매우 다양)
논리학,logic에선 진술,statement.
PL에선 문 구문 문장 ... 중에서 tbd.
PL에선 문 구문 문장 ... 중에서 tbd.
see statement
sub: 실행문 반복문 ... 루프,loop문 etc
(컴파일러,compiler나 인터프리터,interpreter에 의해)해석,interpretation되어 실행,execution됨. 혹은 실행하라고 내리는 명령,command, 혹은 그 명령을 적어 놓은 것이 statement.
문장: 명령이나 동작을 표현하는 코드 묶음. ex. 할당문, print 문, .... / 실행,execution: 문장을 실행하거나 문장이 말하는 것을 하는 것.[1]
상거래(경제 금융 ... )쪽에선 명세서. 기타 성명 성명문 ...for more see statement statementsub: 실행문 반복문 ... 루프,loop문 etc
(컴파일러,compiler나 인터프리터,interpreter에 의해)해석,interpretation되어 실행,execution됨. 혹은 실행하라고 내리는 명령,command, 혹은 그 명령을 적어 놓은 것이 statement.
문장: 명령이나 동작을 표현하는 코드 묶음. ex. 할당문, print 문, .... / 실행,execution: 문장을 실행하거나 문장이 말하는 것을 하는 것.[1]
tmp bmks ko ¶
PL에서는 식,expression과 statement가 자주 비교됨. 뭔지는 뻔한데 PL 구현마다 제각각이라 알아둘 필요.
코드 단위인 Expression과 Statement의 차이를 알아보자 - Parkito's on the way
https://shoark7.github.io/programming/knowledge/expression-vs-statement
https://shoark7.github.io/programming/knowledge/expression-vs-statement
js에서, statement vs expression.
문(Statement)과 표현식(Expression)
https://velog.io/@_uchanlee/문Statement과-표현식Expression
문(Statement)과 표현식(Expression)
https://velog.io/@_uchanlee/문Statement과-표현식Expression
Sub ¶
loop_statement ?
while_statement ? while_statement
do-while statement (C), repeat-until statement (Pascal) ....이건 내용이 거의 같으니 (차이가 trivial) 분리해 서술할 필요가 없을텐데
{
루프,loop의 일종?
do-while statement (C), repeat-until statement (Pascal) ....이건 내용이 거의 같으니 (차이가 trivial) 분리해 서술할 필요가 없을텐데
{
루프,loop의 일종?
리듀스,Reduce의 while: http://www.reduce-algebra.com/manual/manualse18.html
리듀스,Reduce의 repeat...until: http://www.reduce-algebra.com/manual/manualse19.html
}
리듀스,Reduce의 repeat...until: http://www.reduce-algebra.com/manual/manualse19.html
}
compound_statement
{
번역들:
복합문
..
{
번역들:
복합문
..
리듀스,Reduce의 경우: http://www.reduce-algebra.com/manual/manualse20.html
group statement ?
"between the words
}// compound statement ... compound statement compound statement"between the words
begin
and end
forming what is technically called a block or compound statement." // syn. 블록,blockstatement separator or statement terminator
statement_separator or statement_terminator
statement separator or statement terminator
statement_separator or statement_terminator
statement separator or statement terminator
스테이트먼트 via kornorms 2024-03-10.