> Online tutorial : Boolean Literals
Showing posts with label Boolean Literals. Show all posts
Showing posts with label Boolean Literals. Show all posts

Boolean Literals

Boolean Literals
The boolean type has two values, represented by the literals true and false,
formed from ASCII letters.

A boolean literal is always of type boolean.
BooleanLiteral: one of true false