lua ausklammern code example
Example: how to comment multiple lines in lua
Comment one line -
-- stuff here
Comment multiple lines
--[[ stuff
here --]]
Comment one line -
-- stuff here
Comment multiple lines
--[[ stuff
here --]]