new(`$type-literal`)
Creates a new object of the specified type.
| Name | Type | Description | Mandatory | Default |
|---|---|---|---|---|
| type-literal | String | Literal of the object type from which a new object is to be created. | yes |
type: Business object
The newly created object of type type-literal.
new(`my.module:MyClass`)
Output: Creates an object of the type my.module:MyClass.