tell object to statement
tell object
statementList
end tell
Object yields a variant that can respond to messages.
The tell structure executes the statement or statements that follow as messages sent to the specified object. Unlike the pass statement, tell returns to the handler or script containing the tell structure after the messages have been intercepted.