createConstant

fun createConstant(constantType: A_Type): Int

Declare a local constant with the specified type. Answer its index. The index is relative to the start of the arguments.

Return

The index of the local constant.

Parameters

constantType

The type of the local constant.