Stupid question, but I can not find the answer. For example, if I had this bit of Lua code:
print("<html code blabla>
<more html><and its long so I want to break it up like this>")
I tried to use \and /at the end of the first line, but do not seem to work. Can this be done in Lua, and if so, how?
source
share