multiline comments lua code example
Example 1: block commenting lua
--[[ The comment starts like this
and ends like this --]]
Example 2: lua commenting
-- Your comment here
--[[ The comment starts like this
and ends like this --]]
-- Your comment here