stack frame 0 : A stack frame is added to the stack every time a new routine is entered and removed when the routine is exited. During condition handling, the handlers associated with the most recent stack frame added to the stack are given the first chance to handle the condition. Condition handling progresses through the handlers associated with the subsequent stack frames until the condition is handled or default Language Environment condition handlers take effect.stack frame 0 is the lowest level stack frame.