"bool" meaning in English

See bool in All languages combined, or Wiktionary

Noun

Audio: En-au-bool.ogg [Australia] Forms: bools [plural]
Rhymes: -uːl Etymology: From a keyword in C++ and derived programming languages, short for Boolean. Etymology templates: {{m|en|Boolean}} Boolean Head templates: {{en-noun}} bool (plural bools)
  1. (programming) A Boolean variable (one whose value is either true or false). Categories (topical): Programming
    Sense id: en-bool-en-noun--Y1Uq9W2 Categories (other): English calculator words, English entries with incorrect language header, English entries with language name categories using raw markup Disambiguation of English calculator words: 73 27 Disambiguation of English entries with incorrect language header: 96 4 Disambiguation of English entries with language name categories using raw markup: 97 3 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, programming, sciences
The following are not (yet) sense-disambiguated
Etymology number: 1

Verb

Audio: En-au-bool.ogg [Australia] Forms: bools [present, singular, third-person], booling [participle, present], booled [participle, past], booled [past]
Rhymes: -uːl Etymology: Likely from replacement of the 'c' in cool. Etymology templates: {{m|en|cool}} cool Head templates: {{en-verb}} bool (third-person singular simple present bools, present participle booling, simple past and past participle booled)
  1. (slang) To relax or hang out (especially with someone). Tags: slang
    Sense id: en-bool-en-verb-pMtqQwgJ
The following are not (yet) sense-disambiguated
Etymology number: 2

Inflected forms

Download JSON data for bool meaning in English (5.7kB)

{
  "etymology_number": 1,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "Boolean"
      },
      "expansion": "Boolean",
      "name": "m"
    }
  ],
  "etymology_text": "From a keyword in C++ and derived programming languages, short for Boolean.",
  "forms": [
    {
      "form": "bools",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "bool (plural bools)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Programming",
          "orig": "en:Programming",
          "parents": [
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        },
        {
          "_dis": "73 27",
          "kind": "other",
          "name": "English calculator words",
          "parents": [
            "Calculator words",
            "Terms by orthographic property",
            "Terms by lexical property"
          ],
          "source": "w+disamb"
        },
        {
          "_dis": "96 4",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        },
        {
          "_dis": "97 3",
          "kind": "other",
          "name": "English entries with language name categories using raw markup",
          "parents": [
            "Entries with language name categories using raw markup",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        }
      ],
      "examples": [
        {
          "ref": "2000, Mark A DeLoura, Game programming gems",
          "text": "The base class BitArray acts just like a normal C++ array of bools, although you are of course free to interpret the bits as integers […]",
          "type": "quotation"
        },
        {
          "ref": "2000, Herb Sutter, Exceptional C++",
          "text": "With an automatic conversion, bools will interfere with overload resolution […]",
          "type": "quotation"
        },
        {
          "ref": "2007, Joseph C Rattz, Pro LINQ: Language Integrated Query in C# 2008",
          "text": "Listing 7-11 shows an example where the initial data type is string, but I will obtain its value as a bool.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "A Boolean variable (one whose value is either true or false)."
      ],
      "id": "en-bool-en-noun--Y1Uq9W2",
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "Boolean",
          "Boolean"
        ],
        [
          "variable",
          "variable"
        ],
        [
          "true",
          "true"
        ],
        [
          "false",
          "false"
        ]
      ],
      "raw_glosses": [
        "(programming) A Boolean variable (one whose value is either true or false)."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "rhymes": "-uːl"
    },
    {
      "audio": "En-au-bool.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/2/22/En-au-bool.ogg/En-au-bool.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/2/22/En-au-bool.ogg",
      "tags": [
        "Australia"
      ],
      "text": "Audio (AU)"
    }
  ],
  "word": "bool"
}

{
  "etymology_number": 2,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "cool"
      },
      "expansion": "cool",
      "name": "m"
    }
  ],
  "etymology_text": "Likely from replacement of the 'c' in cool.",
  "forms": [
    {
      "form": "bools",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "booling",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "booled",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "booled",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "bool (third-person singular simple present bools, present participle booling, simple past and past participle booled)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [],
      "examples": [
        {
          "text": "I'm going to go bool with the boys.",
          "type": "example"
        },
        {
          "ref": "2017 November 27, “I'm A Dog”, in Dotarachi HD Reloaded, performed by S Dot",
          "text": "You want a war, steady coming for the team / I'm just booling with my dogs, don't make me let 'em off the leash",
          "type": "quotation"
        },
        {
          "ref": "2018 March 13, Tara C. Mahadevan, “YG Reps His Set in the New Video for \"Suu Whoop\"”, in Complex, archived from the original on 2022-11-26",
          "text": "YG's starting the year strong with a new video for his 2018 single \"Suu Whoop,\" released on Tuesday. In the gritty visual, we see the L.A. native booling with his friends in his city’s streets, in cars, outfitted in red clothing.",
          "type": "quotation"
        },
        {
          "ref": "2019, Jeffery Epro, quotee, “Make Way for the Seniors!”, in Leominster High School Magnet, number 149, Leominster, M.A.: Leominster High School, page 28",
          "text": "Memories: going undefeated with MZ in round net against DA, ZM, JS, and FL. Playing soccer with a great group of dudes. Booling with BTY.",
          "type": "quotation"
        },
        {
          "ref": "2020 November 6, Doe Boy, Southside (lyrics and music), “7 Days a Week”, in Demons R Us",
          "text": "I'm drunk as fuck, booling with a couple racks on me (Freebandz) / All black Hellcat, Doja Cat mad at me (Boom)",
          "type": "quotation"
        },
        {
          "ref": "2022 March 11, Kimberly Wipfler, quoting Beckett Morris, “New Coffee/Gathering Space Is Buzzing”, in New Haven Independent, archived from the original on 2022-04-26",
          "text": "I appreciate how a lot of the people here care about similar social issues that I do. I can come here to bool and be my stupid self, but also I could come to have a conversation about how big corporations are gaslighting us into thinking that we are the problems in climate change.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "To relax or hang out (especially with someone)."
      ],
      "id": "en-bool-en-verb-pMtqQwgJ",
      "links": [
        [
          "relax",
          "relax#Verb"
        ],
        [
          "hang out",
          "hang out#Verb"
        ]
      ],
      "raw_glosses": [
        "(slang) To relax or hang out (especially with someone)."
      ],
      "tags": [
        "slang"
      ]
    }
  ],
  "sounds": [
    {
      "rhymes": "-uːl"
    },
    {
      "audio": "En-au-bool.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/2/22/En-au-bool.ogg/En-au-bool.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/2/22/En-au-bool.ogg",
      "tags": [
        "Australia"
      ],
      "text": "Audio (AU)"
    }
  ],
  "word": "bool"
}
{
  "categories": [
    "English calculator words",
    "English countable nouns",
    "English entries with incorrect language header",
    "English entries with language name categories using raw markup",
    "English lemmas",
    "English nouns",
    "English terms with audio links",
    "English verbs",
    "Rhymes:English/uːl",
    "Rhymes:English/uːl/1 syllable"
  ],
  "etymology_number": 1,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "Boolean"
      },
      "expansion": "Boolean",
      "name": "m"
    }
  ],
  "etymology_text": "From a keyword in C++ and derived programming languages, short for Boolean.",
  "forms": [
    {
      "form": "bools",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "bool (plural bools)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        "English terms with quotations",
        "en:Programming"
      ],
      "examples": [
        {
          "ref": "2000, Mark A DeLoura, Game programming gems",
          "text": "The base class BitArray acts just like a normal C++ array of bools, although you are of course free to interpret the bits as integers […]",
          "type": "quotation"
        },
        {
          "ref": "2000, Herb Sutter, Exceptional C++",
          "text": "With an automatic conversion, bools will interfere with overload resolution […]",
          "type": "quotation"
        },
        {
          "ref": "2007, Joseph C Rattz, Pro LINQ: Language Integrated Query in C# 2008",
          "text": "Listing 7-11 shows an example where the initial data type is string, but I will obtain its value as a bool.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "A Boolean variable (one whose value is either true or false)."
      ],
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "Boolean",
          "Boolean"
        ],
        [
          "variable",
          "variable"
        ],
        [
          "true",
          "true"
        ],
        [
          "false",
          "false"
        ]
      ],
      "raw_glosses": [
        "(programming) A Boolean variable (one whose value is either true or false)."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "rhymes": "-uːl"
    },
    {
      "audio": "En-au-bool.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/2/22/En-au-bool.ogg/En-au-bool.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/2/22/En-au-bool.ogg",
      "tags": [
        "Australia"
      ],
      "text": "Audio (AU)"
    }
  ],
  "word": "bool"
}

{
  "categories": [
    "English calculator words",
    "English entries with incorrect language header",
    "English entries with language name categories using raw markup",
    "English lemmas",
    "English terms with audio links",
    "English verbs",
    "Rhymes:English/uːl",
    "Rhymes:English/uːl/1 syllable"
  ],
  "etymology_number": 2,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "cool"
      },
      "expansion": "cool",
      "name": "m"
    }
  ],
  "etymology_text": "Likely from replacement of the 'c' in cool.",
  "forms": [
    {
      "form": "bools",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "booling",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "booled",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "booled",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "bool (third-person singular simple present bools, present participle booling, simple past and past participle booled)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [
        "English slang",
        "English terms with quotations",
        "English terms with usage examples"
      ],
      "examples": [
        {
          "text": "I'm going to go bool with the boys.",
          "type": "example"
        },
        {
          "ref": "2017 November 27, “I'm A Dog”, in Dotarachi HD Reloaded, performed by S Dot",
          "text": "You want a war, steady coming for the team / I'm just booling with my dogs, don't make me let 'em off the leash",
          "type": "quotation"
        },
        {
          "ref": "2018 March 13, Tara C. Mahadevan, “YG Reps His Set in the New Video for \"Suu Whoop\"”, in Complex, archived from the original on 2022-11-26",
          "text": "YG's starting the year strong with a new video for his 2018 single \"Suu Whoop,\" released on Tuesday. In the gritty visual, we see the L.A. native booling with his friends in his city’s streets, in cars, outfitted in red clothing.",
          "type": "quotation"
        },
        {
          "ref": "2019, Jeffery Epro, quotee, “Make Way for the Seniors!”, in Leominster High School Magnet, number 149, Leominster, M.A.: Leominster High School, page 28",
          "text": "Memories: going undefeated with MZ in round net against DA, ZM, JS, and FL. Playing soccer with a great group of dudes. Booling with BTY.",
          "type": "quotation"
        },
        {
          "ref": "2020 November 6, Doe Boy, Southside (lyrics and music), “7 Days a Week”, in Demons R Us",
          "text": "I'm drunk as fuck, booling with a couple racks on me (Freebandz) / All black Hellcat, Doja Cat mad at me (Boom)",
          "type": "quotation"
        },
        {
          "ref": "2022 March 11, Kimberly Wipfler, quoting Beckett Morris, “New Coffee/Gathering Space Is Buzzing”, in New Haven Independent, archived from the original on 2022-04-26",
          "text": "I appreciate how a lot of the people here care about similar social issues that I do. I can come here to bool and be my stupid self, but also I could come to have a conversation about how big corporations are gaslighting us into thinking that we are the problems in climate change.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "To relax or hang out (especially with someone)."
      ],
      "links": [
        [
          "relax",
          "relax#Verb"
        ],
        [
          "hang out",
          "hang out#Verb"
        ]
      ],
      "raw_glosses": [
        "(slang) To relax or hang out (especially with someone)."
      ],
      "tags": [
        "slang"
      ]
    }
  ],
  "sounds": [
    {
      "rhymes": "-uːl"
    },
    {
      "audio": "En-au-bool.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/2/22/En-au-bool.ogg/En-au-bool.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/2/22/En-au-bool.ogg",
      "tags": [
        "Australia"
      ],
      "text": "Audio (AU)"
    }
  ],
  "word": "bool"
}

This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-05-20 from the enwiktionary dump dated 2024-05-02 using wiktextract (1d5a7d1 and 304864d). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.