lua multi comments code example
Example 1: how to comment multiple lines in lua
Comment one line -
-- stuff here
Comment multiple lines
--[[ stuff
here --]]
Example 2: lua comments
-- Inline Comments
--[[ text ]]-- Block Comments
Comment one line -
-- stuff here
Comment multiple lines
--[[ stuff
here --]]
-- Inline Comments
--[[ text ]]-- Block Comments