This page is also available in 3 other languages

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