newVariableWithContentType

fun newVariableWithContentType(contentType: A_Type): AvailObject

Create a VariableDescriptor variable which can only contain values of the specified type. The new variable initially holds no value.

Return

A new variable able to hold the specified type of objects.

Parameters

contentType

The type of objects the new variable can contain.