Kool vs Bool - What's the difference?
kool | bool |
(slang, informal)
(slang, informal) Shortened way of saying Kool az or Koolaz
(computing, programming) A Boolean variable, one whose value is either true or false.
* 2000 , Mark A DeLoura, Game programming gems
* 2000 , Herb Sutter, Exceptional C++
* 2007 , Joseph C Rattz, Pro LINQ: Language Integrated Query in C# 2008
As an adjective kool
is an alternative spelling of lang=en.As a noun bool is
a Boolean variable, one whose value is either true or false.kool
English
Adjective
(er)Anagrams
* * ----bool
English
Noun
(en noun)- 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...
- With an automatic conversion, bools will interfere with overload resolution...
- Listing 7-11 shows an example where the initial data type is string, but I will obtain its value as a bool .