lua comment out code example
Example 1: Lua how to comment
-- One line comment
--[[ Multiple
line
comment --]]
Example 2: lua commenting
-- Your comment here
-- One line comment
--[[ Multiple
line
comment --]]
-- Your comment here