输入任意单词!

Boolean Meaning in English

word

buˈɫiən
boo-LEE-uhn
ˈbuːliən
BOO-lee-uhn

释义

Related to a data type that can only have two values: true or false. Commonly used in computer science, logic, and programming.

用法与细微差别

Used almost exclusively in technical and programming contexts. As an adjective, often modifies 'variable', 'logic', 'value', or 'expression' (e.g., 'boolean value'). Pronounced 'BOO-lee-an'. Not used in everyday conversation outside of technology.

例句

A boolean variable can only be true or false.

basic

In programming, 'isOn' is a common boolean.

basic

A boolean answer is either yes or no.

basic

Make sure your function returns a boolean so the test works properly.

natural

You need a boolean expression to use in this if-statement.

natural

Don’t forget—'==' returns a boolean, not a number!

natural