Answer the question
In order to leave comments, you need to log in
How to translate the terms Statement and Declaration correctly?
I am translating an article on ST. It has 2 terms for statement and declaration. I understand perfectly well that these are different concepts. For example, here is the declaration of the program:
PROGRAM PLC_PRG
END_PROGRAM;
a := TRUE;
Answer the question
In order to leave comments, you need to log in
I consider the most appropriate in this context:
Declaration - declaration
Statement - definition
Statement -> statement ;
Declaration -> declaration .
Other translation options for statement will conflict with one of the terms declaration (declaration), definition (definition), operator (operator) or expression (expression).
ST is structured text. It is divided into two parts: variable declarations and commands (operators).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question