I have an Applescript script that is set to repeat every 10 seconds with Geektool.
I have returns at the end of each handler that let me know what's going on, but that affords me little chance to see mid-script what exactly is happening.
So what I'm asking is if there's a command in Applescript like return but will not halt the script?
Cheers.