Re: to on or not on to???
Re: to on or not on to???
- Subject: Re: to on or not on to???
- From: John W Baxter <email@hidden>
- Date: Mon, 2 Jul 2001 22:32:01 -0700
At 16:19 -0700 7/2/2001, Erik Norton wrote:
>
simple "humor me" question. are there differences
>
between "to" and "on" as handler calls ... outside of
>
the "on (open|run)" calls??? or even in that context.
It's almost entirely your choice: to may make more sense in
to square(aNumber)
return aNumber * aNumber
end square
-- and on may or may not make more sense here, but either works
to run
square(7.5)
end run
-- on may read better here, but saving this as an application does produce
a droplet
to open (fileList)
end open
--
John Baxter email@hidden Port Ludlow, WA, USA