- 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.
推薦閱讀
- Vue 3移動Web開發(fā)與性能調(diào)優(yōu)實戰(zhàn)
- Advanced Machine Learning with Python
- 摩登創(chuàng)客:與智能手機和平板電腦共舞
- Software Testing using Visual Studio 2012
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- Python機器學(xué)習(xí)算法與實戰(zhàn)
- Elasticsearch for Hadoop
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- 深入RabbitMQ
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Orchestrating Docker
- 超簡單:用Python讓Excel飛起來(實戰(zhàn)150例)
- DevOps 精要:業(yè)務(wù)視角
- Android智能手機APP界面設(shè)計實戰(zhàn)教程
- 少兒編程輕松學(xué)(全2冊)