CEFR B1

bool

noun

Meaning

A data type that can have only one of two possible values, typically represented as true or false.

Examples

  • The function returns a bool to indicate success or failure.
  • In many programming languages, boolean logic is fundamental.

Synonyms: boolean, logical value