- Perl 6 Deep Dive
- Andrew Shitov
- 136字
- 2021-07-03 00:05:47
Summary
In this chapter, we looked at the way a Perl 6 program is organized. The source code is written in Unicode, and there are many Unicode elements in the syntax of the language that may be used to make the program more expressive. We also examined how to create and use comments that vary from one-line notes to bigger Pod blocks that may contain documentation about the program. We looked at that ways the parts of the source code may be placed in different phasers to change the flow of the program. And finally, you learned a method for getting input from the users.
Now, we are ready to create real Perl 6 programs. In the next chapter, we will talk about the data types in Perl 6 and how to use variables.
推薦閱讀
- Java語言程序設計
- FuelPHP Application Development Blueprints
- MySQL數據庫應用與管理 第2版
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Functional Programming in JavaScript
- Learning ArcGIS Pro
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 琢石成器:Windows環境下32位匯編語言程序設計
- Unreal Engine 4 Shaders and Effects Cookbook
- 組態軟件技術與應用
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Orchestrating Docker
- 創意UI:Photoshop玩轉APP設計
- Scala Functional Programming Patterns
- Python一行流:像專家一樣寫代碼