Skip to content

Instantly share code, notes, and snippets.

@elasticthreads
Created September 17, 2011 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elasticthreads/1224286 to your computer and use it in GitHub Desktop.
Save elasticthreads/1224286 to your computer and use it in GitHub Desktop.
applescript properties
property aVar : missing value
if aVar is missing value then
set aVar to 0
else
set aVar to aVar + 1
end if
return aVar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment