lua 注释

单行注释
两个减号是单行注释:
--
多行注释
--[[
 多行注释
 多行注释
 --]]

或者
--[=[注释内容]=]
 
原文地址:https://www.cnblogs.com/sea-stream/p/9978100.html