lua commen code example
Example 1: block commenting lua
--[[ The comment starts like this
and ends like this --]]
Example 2: Lua how to comment
-- One line comment
--[[ Multiple
line
comment --]]
--[[ The comment starts like this
and ends like this --]]
-- One line comment
--[[ Multiple
line
comment --]]