script


Description:

Executes the specified JavaScript code.

Usage:

script code

Argument:

code string A string containing JavaScript code to execute. An error will occur if this code consists of invalid syntax or throws an exception.

Specifics:

This command can be useful for executing code that is external to the Henjin engine.