svlevl (2) --- return the current shell variable lexic level 05/27/83 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n | integer function svlevl (level) | integer level | Library: vshlib (shell routine library) | _F_u_n_c_t_i_o_n | 'Svlevl' returns the current lexic level of the shell in | 'level'. The function return is also the lexic level. | _I_m_p_l_e_m_e_n_t_a_t_i_o_n | The lexic level information is retrieved from the internal | shell variable common block and returned. The value will be | in the range from one to some maximum value (currently ten). | _A_r_g_u_m_e_n_t_s _M_o_d_i_f_i_e_d | level | _S_e_e _A_l_s_o | other sv?* routines (2) svlevl (2) - 1 - svlevl (2)