LUA multiple lines comment
Posted: Thu Oct 23, 2014 7:25 pm
Multiple lines comments:
--[[
this is commented
so is this
--]]
then, easy way to try the commented stuf is adding one - at the beginning
---[[
this is uncommented
so is this
--]]
I wanted to share, because I used to only use
--
to comment/uncomment,
and thought it might be usefull
--[[
this is commented
so is this
--]]
then, easy way to try the commented stuf is adding one - at the beginning
---[[
this is uncommented
so is this
--]]
I wanted to share, because I used to only use
--
to comment/uncomment,
and thought it might be usefull
