type Boolean is (False, True); p : Boolean := True; ... if p then ... end ... 此語言還提供了一個布林型別 DBbool ,可以表示三種值: true 、 false 和 null 。
確定! 回上一頁