Re: hash arrays and other mysteries
Re: hash arrays and other mysteries
- Subject: Re: hash arrays and other mysteries
- From: Timothy Bates <email@hidden>
- Date: Tue, 23 Oct 2001 22:52:24 +1000
On 23/10/01 9:15 PM, "Chris Page" <email@hidden> wrote:
>
Bringing this back to AppleScript, it would be a good exercise to think
>
about how best to approximate MI when MI is the right solution to a problem.
<humor on>
use the include statement
</humor off>
Seriously, with include, you could adorn your birds.
script penguin
set parent to bird
include swimming.lib
swim(1 yard)
preen(1 minute)
end script
Cheers,
Tim
PS: chris - thanks for the MI info: fun reading