Boolean Boulders: True Values

Welcome to the True Values branch of the Boolean Boulders, where the logic is as solid as the rocks themselves.

Here, you'll find the most fundamental of truths, carefully crafted by our team of expert boulder-logicians.

Check out our:

			True = 1 (or True)
			False = 0
			Not True = 0
			Not False = 1
		
			!True = False
			!False = True
			!1 = 0
			!0 = 1
		
			&& True = True
			&& False = False
			&& 1 = 0
			&& 0 = 0
		
			|| True = True
			|| False = True
			|| 1 = 1
			|| 0 = 0
		

And remember, in the world of Boolean Boulders, the truth is as clear as a well-crafted rock.