Description: Boolean literal representing the logical value true.

Example #

let isReady = true
if (isReady) { print("Ready!") }