================================================================================
short comments
================================================================================

--
-- a comment

--------------------------------------------------------------------------------

(chunk
  (comment)
  (comment))

================================================================================
long comments
================================================================================

--[[]]
--[[
a comment
]]
--[=[
Copyright (c) 2022 Ademir José Ferreira Júnior

This source code is licensed under the MIT license found
in the LICENSE file in the root directory of this project.
]=]

--------------------------------------------------------------------------------

(chunk
  (comment)
  (comment)
  (comment))
