primitive Invocation
fun primitiveInvocation(primitive: Primitive, argumentSemanticValues: List<L2SemanticValue>): L2SemanticPrimitiveInvocation
Content copied to clipboard
Answer a semantic value representing the result of invoking a foldable primitive.
Return
The semantic value representing the primitive result.
Parameters
primitive
The Primitive that was executed.
argument Semantic Values
L2SemanticValues that supplied the arguments to the primitive.