noun
nonexecutable statement
In programming, a statement that is not directly executed, such as a declaration or comment. Domain-specific computing term.
C言語では、変数宣言は非実行文に分類されることがある。
In C, variable declarations are sometimes classified as nonexecutable statements.
Compound of 非 (non-) + 実行 (execution) + 文 (statement). A technical term formed from standard Sino-Japanese morphemes.