- Kotlin Standard Library Cookbook
- Samuel Urbanowicz
- 31字
- 2021-07-23 19:05:58
How it works...
Let's test the concat() function by running the following code:
print("This" concat "is" concat "weird")
Great! We have just printed out the following text to the console:
Thisisweird
推薦閱讀
- Monkey Game Development:Beginner's Guide
- Objective-C應用開發全程實錄
- Java 9 Programming Blueprints
- Spring Cloud、Nginx高并發核心編程
- 從0到1:Python數據分析
- Learning Salesforce Einstein
- C語言程序設計
- Java面向對象程序設計
- Android驅動開發權威指南
- 零基礎學Python編程(少兒趣味版)
- Vue.js 3應用開發與核心源碼解析
- Learning Grunt
- INSTANT LESS CSS Preprocessor How-to
- Mapping with ArcGIS Pro
- Pandas 1.x Cookbook