سؤال

Stupid question but I can't seem to 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've tried using \ and / at the end of the first line but it doesn't seem to work. Is this possible to do in Lua and if so how?

هل كانت مفيدة؟

المحلول

print("<html code blabla>\z
       <more html><and its long so I want to break it up like this>")
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top