noun
comparison expression
Computing term for an expression that evaluates to a boolean value by comparing two operands, such as a > b or x == y.
このプログラムでは、比較式の結果によって処理を分岐させます。
In this program, processing branches based on the result of the comparison expression.