Skip to content

Instantly share code, notes, and snippets.

@joehakimrahme
Created May 15, 2012 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joehakimrahme/2702849 to your computer and use it in GitHub Desktop.
Save joehakimrahme/2702849 to your computer and use it in GitHub Desktop.
Lua multiline comments
--[[
print("hello world")
--]]
-- By adding a single hypen at the beginning of the top line, you effectively uncomment the whole block:
---[[
print("hello world")
--]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment