#include like directive in AppleScript
Posted
by Mark Szymanski
on Stack Overflow
See other posts from Stack Overflow
or by Mark Szymanski
Published on 2010-06-12T03:30:57Z
Indexed on
2010/06/12
3:32 UTC
Read the original article
Hit count: 250
Is there anything in AppleScript that can be used like the #include
directive in C?
For instance:
INCLUDE_DIRECTIVE "Path/To/Applescript.scpt"
//Some AppleScript code here
© Stack Overflow or respective owner