newline
The new line character
variable tList as List push "line 1" onto tList push "line 2" onto tList push "line 3" onto tList variable tLines as String combine tList with newline into tLines -- tLines has 3 lines
Use the newline constant to add new lines to a string variable.