«An example of AppleScript syntax.
on circumference (diameter)
if {real, integer} contains class of diameter then
return (diameter * 3.14159)
end if
end circumference
This page was last built on Sat, Aug 16, 1997 at 6:30:59 PM. You can download the current set of sample scripts from our FTP site. Dave |