- 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.
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- AngularJS入門與進階
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Building a RESTful Web Service with Spring
- Learn Swift by Building Applications
- Kinect for Windows SDK Programming Guide
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- C# and .NET Core Test Driven Development
- TMS320LF240x芯片原理、設計及應用
- Flowable流程引擎實戰
- ActionScript 3.0從入門到精通(視頻實戰版)
- Python趣味編程與精彩實例
- Mudbox 2013 Cookbook
- ASP.NET Core and Angular 2
- Flask Web開發實戰:入門、進階與原理解析