跳至內容

布林值

布林值只有兩個可能的值:truefalse。它們使用以下字面值來建構

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