- 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.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- Learning Java Functional Programming
- Learn TypeScript 3 by Building Web Applications
- Objective-C Memory Management Essentials
- Getting Started with ResearchKit
- React Native Cookbook
- Implementing Cisco Networking Solutions
- Hadoop+Spark大數據分析實戰
- Monitoring Elasticsearch
- 組態軟件技術與應用
- Express Web Application Development
- Building Serverless Web Applications
- .NET 4.5 Parallel Extensions Cookbook
- 代替VBA!用Python輕松實現Excel編程
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)