- 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.
推薦閱讀
- 大學計算機基礎(第二版)
- Learn ECMAScript(Second Edition)
- MongoDB for Java Developers
- JMeter 性能測試實戰(第2版)
- Offer來了:Java面試核心知識點精講(原理篇)
- MATLAB 2020 從入門到精通
- FreeSWITCH 1.6 Cookbook
- 老“碼”識途
- Java性能權威指南(第2版)
- Java應用開發技術實例教程
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Building Serverless Web Applications
- Zabbix Performance Tuning
- Web Developer's Reference Guide
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)