The import statement allows a script to import properties, functions and objects exported by a signed script.
NOTE:
Any exported script must be loaded into a window, frame or layer before it can be imported and used.
import drinks.beer, drinks.wine;
The following code imports the 'wine' and 'beer' properties of the object 'drinks' provided they have been made available by an exporting script (compare the export statement).