lua multiline comment
--[[
This
is
a
comment
on
many
different
lines!
]]--
lua multiline comment
--[[
This
is
a
comment
on
many
different
lines!
]]--
how to comment multiple lines in lua
Comment one line -
-- stuff here
Comment multiple lines
--[[ stuff
here --]]
block commenting lua
--[[ The comment starts like this
and ends like this --]]
lua multiline string
answer = [[
Multiline strings in Lua do not interpret escape sequences like \n.
When running over multiple lines the enters are included, only
when the first character is a newline it is ignored.
These strings can be nested with = signs between the brackets like
multiline comments: [=[This would be a valid string too]=].
]] --> multiline string with trailing newline
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us