noun
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 なら.
noun
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.