is -- in lua comments code example
Example 1: how to comment multiple lines in lua
Comment one line -
-- stuff here
Comment multiple lines
--[[ stuff
here --]]
Example 2: block commenting lua
--[[ The comment starts like this
and ends like this --]]