noun
conditional expression
In programming, an expression that evaluates to true or false, used in control flow statements like if, while, etc.
if文の条件式が真の場合、そのブロックが実行される。
If the conditional expression in the if statement is true, that block is executed.
Since this conditional expression always evaluates to false, the loop never runs.
Compound of 条件 (condition) and 式 (expression, formula).