diff --git a/lua-style.md b/lua-style.md index c73936d..95907dc 100644 --- a/lua-style.md +++ b/lua-style.md @@ -35,6 +35,8 @@ Example: 1. Use `--[[]]` comments to comment out items from a list 2. Include separators in the comment (or not) according to the rules in the table / sequence section + +Example: print("Hello", "World"--[[, "foo", "bar"]]) local elements = { foo, --[[bar,]] }