Package-level declarations
Types
Primitive: Answer the function type that this compiled code will be closed into.
Primitive: Answer a tuple with the literals from this compiled code.
Primitive: Answer the number of arguments expected by the compiled code.
Primitive: Answer the number of locals created by the compiled code.
Primitive: Answer the number of outer variables in functions derived from this compiled code.
Primitive: Answer the number of stack slots (not counting arguments and locals) created for the compiled code.
Primitive: Answer the nybblecodes of the compiled code.
Primitive: Answer the compiled code within this function.
Primitive: Answer the name of the primitive for this compiled code. Answer the empty string if this code is not a primitive.
Primitive: Set a compiled code's symbolic name to the given A_String. Also name its sub-functions in a systematic way.