Translation guide
How to talk about Boolean values (true/false) in Japanese, especially in programming and logic contexts.
Referring to the Boolean data type in programming or formal logic.
The standard term for the Boolean data type in programming. Often used in technical documentation.
この変数はブーリアン型です。
This variable is of Boolean type.
A more Japanese-native term for Boolean type, literally 'logic type'. Common in academic or formal contexts.
論理型の値は真か偽です。
A Boolean value is either true or false.
Literally 'true-false value type'. Used in some programming language specifications.
真偽値型はtrueとfalseの2つの値を持ちます。
The Boolean type has two values: true and false.
Referring to a specific Boolean value, like true or false.
The most common term for a Boolean value. Literally 'true-false value'.
この関数は真偽値を返します。
This function returns a Boolean value.
Short for Boolean value, commonly used in programming contexts.
条件式の結果はブール値です。
The result of a conditional expression is a Boolean value.
Another term for Boolean value, used in logic and some programming languages.
Referring to an expression that evaluates to true or false.
A Boolean expression, often used in programming.
if文の条件には真偽式を指定します。
Specify a Boolean expression as the condition of an if statement.
Logical expression, used in both programming and formal logic.
この論理式は常に真です。
This Boolean expression is always true.
Referring to operators like AND, OR, NOT.
Logical operators (AND, OR, NOT). Standard term in programming.
論理演算子にはAND、OR、NOTがあります。
Boolean operators include AND, OR, and NOT.
In many programming contexts, English terms like 'boolean', 'true', 'false' are used directly in katakana (ブーリアン, トゥルー, フォルス) or even left as English. However, when explaining concepts in Japanese, the terms above are preferred.
A Boolean value is either true or false.
Boolean operator, less common but understood.
ブール演算子を使って条件を組み合わせます。
Combine conditions using Boolean operators.