- 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."
- Boost程序庫完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(第5版)
- C#程序設(shè)計實訓(xùn)指導(dǎo)書
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- Architecting the Industrial Internet
- 網(wǎng)店設(shè)計看這本就夠了
- 精通Python自然語言處理
- Java EE 8 Application Development
- Learning FuelPHP for Effective PHP Development
- MATLAB for Machine Learning
- Java系統(tǒng)化項目開發(fā)教程
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- Principles of Strategic Data Science
- Lift Application Development Cookbook
- WebStorm Essentials
- 算法秘籍