This function creates a new line character in your expressions allowing you to better layout your text.
Set Variable: "name" = "John"
Set Variable: "letter" = "Dear " & name & "," & Newline & "How are you?"
This will output:
Dear John,
How are you?
Do you remember the concatenate symbol, &, from the operators tutorial? This example has employed both the & symbol and the Newline function to give you the ability to output and layout text. The Newline function essentially performs the same role as your Enter button in your word processor. When the computer reads this command it jumps down a line and continue output the rest of the expression.
Eddie is the Content Editor at Flashkit.com and is actually a sentient Gateway Solo 2150xl notebook that suffers from acute lysdexia and caffine addiction. He is carried on the shoulders of a semi-autonomous human called "Body".