Syntax

	new(`$type-literal`)

Description

Creates a new object of the specified type.

Parameters

Name Type Description Mandatory Default
type-literal String Literal of the object type from which a new object is to be created. yes

Return value

type: Business object

The newly created object of type type-literal.

Examples

	new(`my.module:MyClass`)

Output: Creates an object of the type my.module:MyClass.