pg$brk (6) --- catch a break for the page subroutine 07/19/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n | subroutine pg$brk (cp) | long_int cp | _F_u_n_c_t_i_o_n | 'Pg$brk' is used by the 'page' subroutine to catch the QUIT$ | condition and return to a set place within it. | The user should not call this routine directly. | _I_m_p_l_e_m_e_n_t_a_t_i_o_n | 'Pg$brk' simply calls 'pl1$nl' with the 'Rtlabel' array from | the Software Tools common block. This was previously set to | the proper label to return to. | _C_a_l_l_s | Primos pl1$nl | _S_e_e _A_l_s_o | page (2) pg$brk (6) - 1 - pg$brk (6)