Bool

Bool can only have two states, true or false.

var success = true
var fail = false