- 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:

推薦閱讀
- 微商之道
- EDA技術與VHDL編程
- 光網絡評估及案例分析
- Hands-On Chatbots and Conversational UI Development
- 網絡創新指數研究
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 通信原理及MATLAB/Simulink仿真
- 搶占下一個智能風口:移動物聯網
- 云工廠:開啟中國制造云時代
- 園區網絡架構與技術
- 現代通信系統(第5版)
- 計算機通信網絡安全
- Learning Dart
- 計算機網絡(項目教學版)
- Full-Stack Web Development with Vue.js and Node