- Perl 6 Deep Dive
- Andrew Shitov
- 64字
- 2021-07-03 00:05:52
Using pred and succ
The two methods, pred and succ, have a feature caused by the very limited range of the available values. You should not expect the values to be looped. The results of the methods are shown in the comments in the following piece of code:
say True.pred; # False
say True.succ; # True
say False.pred; # False
say False.succ; # True
推薦閱讀
- GAE編程指南
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Visual Basic程序開發(學習筆記)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Developing Middleware in Java EE 8
- 從0到1:HTML+CSS快速上手
- PLC編程及應用實戰
- 批調度與網絡問題的組合算法
- Web前端應用開發技術
- Learning Docker Networking
- GameMaker Essentials
- Illustrator CS6設計與應用任務教程
- 從零開始學UI:概念解析、實戰提高、突破規則
- ASP.NET Core and Angular 2