boolean package

The boolean package provides constants for true and false values.

Constants

false
true
  • false is a constant that is the false value.
  • true is a constant that is the truth value.

Was this page helpful?

Thank you for your feedback!