conditional sentence
In grammar, a sentence that expresses a condition and its result, such as 'if-then' constructions.
Japanese conditional sentences use forms like と, ば, たら, and なら.
conditional statement
In computing, a programming construct that executes different code depending on whether a condition is true or false.
このプログラムでは条件文を使ってエラー処理を行っている。
This program uses conditional statements for error handling.