Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • This is a basic programming question, not specific to Arduino. The Definitive C++ Book Guide and List. Or Google Commented Aug 15, 2017 at 15:38
  • Welcome to Arduino Stack Exchange. Please take the tour at arduino.stackexchange.com/Tour to get the most out of this site. Boolean means binary, like true/false. Do a Google search on "Arduino data types" to find out about it. Commented Aug 15, 2017 at 17:49
  • 5
    I disagree that this is not an Arduino specific question. boolean is a non-standard type alias for bool set in the Arduino core library and therefore is very much Arduino specific. See my answer for details. Commented Aug 15, 2017 at 23:27
  • 1
    Renaming something doesn't mean it's then specific to Arduino. Commented Aug 16, 2017 at 7:20