Part of the Samples Website. 8/16/97.

samples.performance.AppleScript2

set y to 10
on moof (x)
return (x * 2)
end
repeat with i from 1 to 1000
set y to moof (y)
end


This page was last built on Sat, Aug 16, 1997 at 6:44:23 PM. You can download the current set of sample scripts from our FTP site. Dave