newMarkerNode

fun newMarkerNode(markerValue: A_BasicObject, expressionType: A_Type): AvailObject

Create a marker phrase wrapping the given A_BasicObject.

Return

A new immutable marker phrase.

Parameters

markerValue

The arbitrary value to wrap.

expressionType

The type that this marker ostensibly yields, although a marker phrase has to be replaced by some other phrase before code generation.