'to' as a handler parameter label
'to' as a handler parameter label
- Subject: 'to' as a handler parameter label
- From: Nigel Garvey <email@hidden>
- Date: Mon, 15 Jan 2001 01:41:28 +0000
The expression 'to' works as a parameter label for a handler:
on blibble to n
beep n
end blibble
blibble to 8
...but it isn't mentioned in the sacred texts as being one of the
Twenty-Four Allowable Labels. Is it Allowed? If not, what's happening
here? It doesn't seem to be a synonym for 'on', as it compiles like a
label rather than like an AppleScript keyword.
NG