lua multiline 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 commenting
-- Your comment here
Comment one line -
-- stuff here
Comment multiple lines
--[[ stuff
here --]]
-- Your comment here