Language Guide

CHAPTER 9
Script Objects
286 Using the Copy and Set Commands With Script Objects
tell a
deposit(30)
deposit(60)
end tell
{Balance of a, StartDate of a}
--result: {3390, date "Tuesday, July 6, 1993 2:38:11 PM"}
{Balance of b, StartDate of b}
--result: {33, date "Tuesday, July 6, 1993 2:38:12 PM"}