📅  最后修改于: 2022-03-11 14:54:54.487000             🧑  作者: Mango
-- print("An inline comment starts with --")
--[=====[
Multiline comments are enclosed in --[[double square brackets]]
and can be nested by placing = signs between the brackets
]=====]
---[[
print("Quickly toggle code block comments with a third - at the start")
--]]