(AGK version: 108.13)
Submitted: 2013-06-17 12:55:04
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
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.