Read Me - Common Public License V1.0 - Copyright Notice(©)

new (Class Method)


>>-new(name,source--+------------------+---)-------------------><
                    +--, methodobject--+

Returns a new instance of the package class, which is a representation of the code contained in the [source] . The [name] is a string. The [source] can be a single string or an array of strings containing individual method lines.

The third parameter influences the scope of the routine. If none is given, the program scope is used. If another method or routine object is specified, the scope of the provided method or routine is used.

Read Me - Common Public License V1.0 - Copyright Notice(©)