export

Allows properties, functions, and objects from one script to be accessed by other scripts.

Syntax

export valueA;

Example

Remarks

Not supported in ECMAScript v3.

text_javascript aptana_docs