コンテンツへスキップ

Bool

Bool は、truefalse の2つの値しか持ちません。これらは以下のリテラルを使用して構築されます。

true  # A Bool that is true
false # A Bool that is false