Rev Language Reference


module

Usage

module(String file, String namespace, RevObject ...)

Arguments

file : String (pass by value)
Relative or absolute name of module file.
namespace : String (pass by value)
Namespace used to rescue variables from overwriting.
Default : NULL
... : RevObject (pass by const reference)
Additinal variables passed into the module.

Return Type