Skip to content

Boolean

A boolean value: true or false.

let ready = true
if ready && count > 0 {
process()
}