Bool¶ Bool は、true と false の2つの値しか持ちません。これらは以下のリテラルを使用して構築されます。 true # A Bool that is true false # A Bool that is false