APPLESCRIPT:


Vocabulary
cocoa.apple-script

Syntax
APPLESCRIPT: word [[ ...applescript string... ]]


Inputs
None

Outputs
None

Word description
Defines a word that when called will run the provided uncompiled AppleScript. The word has stack effect ( -- ) due to return values being currently unsupported.

Definition