create Label Continuation
fun createLabelContinuation( function: A_Function, caller: A_Continuation, startingChunk: L2Chunk, startingOffset: Int, args: List<AvailObject>): A_Continuation
Content copied to clipboard
Create a new continuation with the given data. The continuation should represent the state upon entering the new context - i.e., set the pc to the first instruction, clear the stack, and set up new local variables.
Return
The new continuation.