- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 180字
- 2021-06-24 14:13:22
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
fun main(args: Array<;String>) { println("Hello, World!") }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
apply plugin: 'kotlin' apply plugin: 'application' mainClassName = 'com.programming.kotlin.chapter01.ProgramKt'
Any command-line input or output is written as follows:
$ brew update
$ brew install kotlin@1.3.31
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "If this isn't the case, click the New button and navigate to where your JDK is."
- Embedded Linux Projects Using Yocto Project Cookbook
- Apache ZooKeeper Essentials
- JavaScript 從入門到項目實踐(超值版)
- INSTANT CakePHP Starter
- Building Minecraft Server Modifications
- 從Java到Web程序設計教程
- Java EE核心技術與應用
- App Inventor創意趣味編程進階
- SQL Server 2008 R2數據庫技術及應用(第3版)
- PHP與MySQL權威指南
- Instant Automapper
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- TypeScript全棧開發
- Java 9:Building Robust Modular Applications
- Socket.IO Cookbook