- Perl 6 Deep Dive
- Andrew Shitov
- 144字
- 2021-07-03 00:05:37
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, URLs, user input, and program output are shown as follows: "If the file does not exist, the $fh handle will be set to a Failure object."
A block of code is set as follows:
say 0.7 * (@street ==>
grep {.number %% 2} ==>
grep {.colour eq 'red'} ==>
grep {.renovation-year < 2013} ==>
map {.area * 3} ==>
reduce {$^a + $^b});
Any command-line input and output are shown in bold as follows:
$ perl6 –v
This is Rakudo version 2017.07 built on MoarVM version 2017.07
implementing Perl 6.c.
New terms and important words are shown in bold.
推薦閱讀
- 小程序實戰視頻課:微信小程序開發全案精講
- Android項目開發入門教程
- 垃圾回收的算法與實現
- Oracle Database In-Memory(架構與實踐)
- 手把手教你學C語言
- JavaScript 程序設計案例教程
- Python從入門到精通
- 軟件供應鏈安全:源代碼缺陷實例剖析
- INSTANT Yii 1.1 Application Development Starter
- 實戰Java高并發程序設計(第2版)
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- 跟戴銘學iOS編程:理順核心知識點
- 分布式架構原理與實踐
- 高效使用Greenplum:入門、進階與數據中臺
- Getting Started with Electronic Projects