Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 119 Bytes

File metadata and controls

9 lines (6 loc) · 119 Bytes

Boolean type

The bool type is a data type which can be either true or false.

Example:

x = true