1 2 3 4 5 6 7
-- Single line comment local x = 1 -- mixed comment --[[ Block comment ]] function hello() print("hello") end