Learn to Program with ZedLX

Free Online Programming Course for Beginners

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...