do // ascii 10 is a newline character and so can be used to display text over multiple lines Print("First Line" + Chr(10) + "Second Line") Sync() loop