Sg2.0
Global Scope
Packages

Objects and functions present in the global scope. These can be used anywhere in scripts.

Properties

The global application object.
Returns:
The global script object.
Returns:
The global scriptographer object.
Returns:

Functions

Includes and evaluates one or more other javascripts.

e.g:

include("raster.js", "mysql.js");
Prints one or more passed parameters to the console.