Answers for "lua multiline string"

Lua
1

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
Posted by: Guest on August-08-2020
0

lua multiline string

straight line need help
Posted by: Guest on October-06-2021

Browse Popular Code Answers by Language