Skip to content

Instantly share code, notes, and snippets.

@tst2005
Created February 21, 2018 17:35
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 tst2005/2843a7decdf37b62d0327fb69384e980 to your computer and use it in GitHub Desktop.
Save tst2005/2843a7decdf37b62d0327fb69384e980 to your computer and use it in GitHub Desktop.
lua long comments ...
--[[ print("a")
print("b")
]]-- print("c")
print("D") --[[
print("e")
print("f") ]]--
--[[-- print("a")
print("b")
--]]-- print("c") --[[--
print("D")
print("E") --]]--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment