- iOS 12 Programming for Beginners
- Craig Clayton
- 70字
- 2021-07-02 15:04:53
Comments – leaving yourself notes or reminders
Comments are a great way to create notes or reminders to yourself. When you comment code, it means that it will not execute when your code runs. There are two types of comment used: // or /* */. // is used for a one-line comment and /**/ is used for a block of text.
Let's see what both of these look like:

推薦閱讀
- 智慧城市:大數(shù)據(jù)、互聯(lián)網(wǎng)時代的城市治理(第4版)
- 物聯(lián)網(wǎng)標準化指南
- Modern JavaScript Web Development Cookbook
- 2018網(wǎng)信發(fā)展報告
- Microsoft Dynamics CRM 2011 Applications(MB2-868) Certification Guide
- 網(wǎng)絡(luò)利他行為研究:積極心理學的視角
- 物聯(lián)網(wǎng)工程概論
- 異構(gòu)蜂窩網(wǎng)絡(luò)關(guān)鍵理論與技術(shù)
- 新IP:面向泛在全場景的未來數(shù)據(jù)網(wǎng)絡(luò)
- Python Web Scraping Cookbook
- OSPF協(xié)議原理與功能拓展
- 一本書讀懂移動物聯(lián)網(wǎng)
- Architecting Data:Intensive Applications
- 賽博空間簡史
- Learn Node.js by Building 6 Projects.