wow lua comment code code example
Example 1: block commenting lua
--[[ The comment starts like this
and ends like this --]]
Example 2: lua comments
-- Inline Comments
--[[ text ]]-- Block Comments
--[[ The comment starts like this
and ends like this --]]
-- Inline Comments
--[[ text ]]-- Block Comments