- Perl 6 Deep Dive
- Andrew Shitov
- 44字
- 2021-07-03 00:05:53
String data type
Strings are represented by the Str data type in Perl 6. A string is a sequence of Unicode characters. Considering the following code snippet:
my $str = 'Hello, World!';
say $str;
Let's go straight to the methods of the Str class.
推薦閱讀
- 大學計算機基礎(第二版)
- 程序員面試筆試寶典(第3版)
- 微信公眾平臺與小程序開發:從零搭建整套系統
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- MATLAB圖像處理超級學習手冊
- Kubernetes源碼剖析
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- VMware vSphere Design Essentials
- Java面試一戰到底(基礎卷)
- Roslyn Cookbook
- 情境微課開發(第2版)
- Test-Driven Java Development(Second Edition)
- C#開發之道
- React.js 16從入門到實戰