Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
script countMe
property X : 0
set X to X + 1
log "I've been called " & (X as string) & " times"
end script
repeat 10 times
run countMe
end repeaton surfaceArea given radius:r
return 4 * pi * r * r
end surfaceArea