스테이트먼트,statement

Difference between r1.10 and the current

@@ -10,6 +10,7 @@
see Ndict:statement
sub: 실행문 반복문 ... [[루프,loop]]문 etc
([[컴파일러,compiler]]나 [인터프리터,interpreter]에 의해)[해석,interpretation]되어 [[실행,execution]]됨. 혹은 실행하라고 내리는 [명령,command], 혹은 그 명령을 적어 놓은 것이 statement.
문장: 명령이나 동작을 표현하는 코드 묶음. ex. 할당문, print 문, .... / [[실행,execution]]: 문장을 실행하거나 문장이 말하는 것을 하는 것.[* https://thebook.io/006878/0040/]

상거래(경제 금융 ... )쪽에선 명세서. 기타 성명 성명문 ''...for more see [[NdEn:statement]] NN:statement''

@@ -29,6 +30,38 @@
Ggl:"assignment statement"
[[대입,assignment]]

conditional_statement Srch:conditional_statement
 
loop_statement ?
 
while_statement ? Srch:while_statement
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
}
 
for_statement ? Srch:for_statement
{
[[루프,loop]]의 일종?
 
[[리듀스,Reduce]]의 경우: http://www.reduce-algebra.com/manual/manualse17.html
 
}// for statement .... NN:"for statement" Bing:"for statement"
 
compound_statement
{
번역들:
복합문
..
 
[[리듀스,Reduce]]의 경우: http://www.reduce-algebra.com/manual/manualse20.html
Ggl:"group statement" ?
"between the words `begin` and `end` forming what is technically called a '''block''' or '''compound statement'''." // syn. [[블록,block]]
}// compound statement ... NN:"compound statement" Bing:"compound statement"
statement separator or statement terminator
statement_separator or statement_terminator
Ggl:"statement separator or statement terminator"


statement의 뜻은, (번역 매우 다양)

논리학,logic에선 진술,statement.
PL에선 문 구문 문장 ... 중에서 tbd.
see Ndict:statement
sub: 실행문 반복문 ... 루프,loop문 etc
(컴파일러,compiler인터프리터,interpreter에 의해)해석,interpretation되어 실행,execution됨. 혹은 실행하라고 내리는 명령,command, 혹은 그 명령을 적어 놓은 것이 statement.
문장: 명령이나 동작을 표현하는 코드 묶음. ex. 할당문, print 문, .... / 실행,execution: 문장을 실행하거나 문장이 말하는 것을 하는 것.[1]

상거래(경제 금융 ... )쪽에선 명세서. 기타 성명 성명문 ...for more see NdEn:statement NN:statement

tmp bmks ko

PL에서는 식,expressionstatement가 자주 비교됨. 뭔지는 뻔한데 PL 구현마다 제각각이라 알아둘 필요.

코드 단위인 Expression과 Statement의 차이를 알아보자 - Parkito's on the way
https://shoark7.github.io/programming/knowledge/expression-vs-statement

js에서, statement vs expression.
문(Statement)과 표현식(Expression)
https://velog.io/@_uchanlee/문Statement과-표현식Expression

Sub

assignment statement
assignment_statement
Ggl:assignment statement
대입,assignment

conditional_statement Srch:conditional_statement

loop_statement ?

while_statement ? Srch:while_statement
do-while statement (C), repeat-until statement (Pascal) ....이건 내용이 거의 같으니 (차이가 trivial) 분리해 서술할 필요가 없을텐데
{
루프,loop의 일종?


for_statement ? Srch:for_statement
{
루프,loop의 일종?


}// for statement .... NN:for statement Bing:for statement

compound_statement
{
번역들:
복합문
..

리듀스,Reduce의 경우: http://www.reduce-algebra.com/manual/manualse20.html
Ggl:group statement ?
"between the words begin and end forming what is technically called a block or compound statement." // syn. 블록,block
}// compound statement ... NN:compound statement Bing:compound statement

statement separator or statement terminator
statement_separator or statement_terminator
Ggl:statement separator or statement terminator

이것은 program의 internal state에 변화를 일으키는, 즉 상태,state state_transition ...

스테이트먼트 via kornorms 2024-03-10.