Comment
--!comment
-- this is an invalid comment (and code)
local v = 1
print(v---)--!comment
# Valid new comment
local v = 1
print(v--)Last updated
--!comment
-- this is an invalid comment (and code)
local v = 1
print(v---)--!comment
# Valid new comment
local v = 1
print(v--)Last updated