Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

The Type bool [1/9]


The Type bool

The type bool has only two possible values: true and false.

true and false are literal expressions. Every literal expression is a primary expression.

Loading...