-- One line comment
--[[ Multiple
line
comment --]]
--[[ The comment starts like this
and ends like this --]]
LUA COMMENTING
-- One line comment
--[[ Multiple
line
comment --]]
-- Your comment here
-- 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")
--]]
-- Your comment here
-- Inline Comments
--[[ text ]]-- Block Comments