- Lua Quick Start Guide
- Gabor Szauer
- 96字
- 2021-08-05 10:30:37
String types
A string is an array of characters. Strings can represent words, sentences, or even whole books. In this section, we will cover how to perform the following string operations:
- How to get the length of a string
- How to concatenate two strings into a single new string
- The coercion of other types into strings
- String escape characters
Additionally, this section will cover how to read input from the console. You already know how to print information to the console; applications will become much more interactive once you can also read input from the console.
推薦閱讀
- Oracle WebLogic Server 12c:First Look
- Python數據分析基礎
- INSTANT FreeMarker Starter
- Instant Zepto.js
- 算法精粹:經典計算機科學問題的Java實現
- 實戰Java程序設計
- Access 2010數據庫基礎與應用項目式教程(第3版)
- 機械工程師Python編程:入門、實戰與進階
- Julia Cookbook
- 小學生C++創意編程(視頻教學版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Learning Material Design
- Oracle實用教程
- Learning D3.js 5 Mapping(Second Edition)
- Visual FoxPro程序設計實驗教程