This page is also available in 2 other languages
Change language 

boolean

[Data Types]

Description

boolean is a non-standard type alias for bool defined by Arduino. It’s recommended to instead use the standard type bool, which is identical.

See also