pc

fun A_Continuation.pc(): Int

Answer the level one program counter. This is a one-based subscript that indicates the next instruction that will execute in this continuation's function's level one code.

Return

The continuation's level one program counter.