- Perl 6 Deep Dive
- Andrew Shitov
- 50字
- 2021-07-03 00:05:52
Boolean data type
Bool is a Boolean data type and provides two values: True and False. Technically, this is an enumeration with the two values:
enum Bool <True False>
The usage of the Boolean type is quite straightforward. We will see more usage of the Boolean datatype in Chapter 5, Control Flow.
推薦閱讀
- 高手是如何做產品設計的(全2冊)
- 案例式C語言程序設計
- Leap Motion Development Essentials
- Java開發入行真功夫
- Mastering matplotlib
- Internet of Things with the Arduino Yún
- 網站構建技術
- C# 8.0核心技術指南(原書第8版)
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- ASP.NET程序開發范例寶典
- OpenCV with Python By Example
- 汽車人機交互界面整合設計
- JavaScript+jQuery網頁特效設計任務驅動教程
- Laravel Design Patterns and Best Practices
- Visual FoxPro程序設計習題及實驗指導