Answers for "how to comment multiple lines in lua"

Lua
5

lua multiline comment

--[[ 
This
is
a
comment
on
many
different
lines!
]]--
Posted by: Guest on January-15-2021
3

how to comment multiple lines in lua

Comment one line -

-- stuff here

Comment multiple lines

--[[ stuff
here --]]
Posted by: Guest on June-23-2020
2

lua commenting

-- Your comment here
Posted by: Guest on April-03-2020

Code answers related to "how to comment multiple lines in lua"

Browse Popular Code Answers by Language