- Lua Quick Start Guide
- Gabor Szauer
- 54字
- 2021-08-05 10:30:36
Comments
In Lua, any time you see --, the rest of that line is considered a comment. Comments are there to help you read and understand code, but they are never executed. This example demonstrates how comments are used:
foo = "bar"
-- print (foo)
-- The above statement never prints
-- because it is commented out.
推薦閱讀
- Modular Programming with Python
- 無代碼編程:用云表搭建企業數字化管理平臺
- 跟小海龜學Python
- JavaScript從入門到精通(第3版)
- 游戲程序設計教程
- PhoneGap Mobile Application Development Cookbook
- 快速念咒:MySQL入門指南與進階實戰
- 青少年Python編程入門
- C語言程序設計實驗指導 (第2版)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Mastering Web Application Development with AngularJS
- Everyday Data Structures
- Scratch從入門到精通
- Eclipse開發(學習筆記)