Description: A boolean type that can be either true or false. Used for logical operations and conditionals.
Example #
let isValid: Bool = true
let isComplete: Bool = false
A boolean type that can be either true or false. Used for logical operations and conditionals.
Description: A boolean type that can be either true or false. Used for logical operations and conditionals.
let isValid: Bool = true
let isComplete: Bool = false