iWitch Posted February 26, 2014 Share Posted February 26, 2014 Have LUA something similar to PHP's :$s = <<<LetterEndThis is the 1st line of string.This is the 2nd line of string.This is the 3th line of string.LetterEnd; when the variable equals a block of text without interpretation Link to comment Share on other sites More sharing options...
Some1 Posted March 1, 2014 Share Posted March 1, 2014 Yes, in lua you could use [[ and ]] to define text variables without interpretation: local s=[[some text:Line one"Line two"'Line three'--comment would be part of the text tooLast line]] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.