--[[ inline string use either " or ', for multiline string, lua use long bracket notation, in the form: [=[ multi line string ]=] with 0 or more '=' (for a multi line comment, add '--' before the opening long bracket) ]] s = [=[ [[Huey]] "Dewey" 'Louie']=] print(s)