noun, noun which may take the genitive case particle 'no'
Boolean datatype; logical datatype
Computing term for a data type that can hold true/false values. Often used with の to modify nouns.
See also: 論理型 (ろんりがた)
この変数はブール式で宣言されています。
This variable is declared as a Boolean datatype.
noun, noun which may take the genitive case particle 'no'
Boolean expression
Computing term for an expression that evaluates to true or false. Compare with 論理型 (logical datatype).
if文の条件にはブール式を指定します。
You specify a Boolean expression as the condition of an if statement.