Answers for "Lua how to comment"

Lua
4

block commenting lua

--[[ The comment starts like this

	and ends like this --]]
Posted by: Guest on July-04-2020
3

Lua how to comment

-- One line comment

--[[ Multiple 
     line
	 comment --]]
Posted by: Guest on December-03-2020

Browse Popular Code Answers by Language