lua multiline comment

--[[
This is a Lua multiline comment.
It starts with --[[ and ends with ]].
It can span multiple lines and is often used for longer explanations or comments.
This type of comment is ignored by the Lua interpreter and does not affect the code execution.
]]