createLocal

fun createLocal(localType: A_Type): Int

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

Return

The index of the local variable.

Parameters

localType

The type of the local.