- Kotlin Programming By Example
- Iyanu Adelekan
- 110字
- 2021-08-27 20:00:10
Controlling program flow
When writing programs, a scenario that often occurs is one in which we want to control how our program executes. This is necessary if we want to write programs that can make decisions based on conditions and program state. Kotlin possesses a number of structures for doing this, which will be familiar to people who have worked with programming languages in the past, such as if, while, and for constructs. There are also others that may not be familiar to individuals, such as the when construct. In this section, we will take a look at the structures at our disposal for controlling the flow of our program.
推薦閱讀
- Mastering Ext JS(Second Edition)
- .NET之美:.NET關鍵技術深入解析
- Django:Web Development with Python
- Scratch 3.0少兒編程與邏輯思維訓練
- ArcGIS By Example
- C++新經典
- Python深度學習:基于TensorFlow
- BeagleBone Black Cookbook
- 計算機應用基礎案例教程
- Mobile Forensics:Advanced Investigative Strategies
- 安卓工程師教你玩轉Android
- Selenium Essentials
- PHP程序設計高級教程
- Python程序員面試算法寶典
- Building an E-Commerce Application with MEAN