until (1) --- terminate a loop statement 09/05/84 | _U_s_a_g_e | repeat | { } | until [ ] | _D_e_s_c_r_i_p_t_i_o_n | 'Until' marks the end of a 'repeat' loop. It actually does | nothing and is just searched for by the 'repeat' statement | when it is in the process of pre-processing a loop. Each | 'repeat' command must be followed by a matching 'until' com- | mand. | _E_x_a_m_p_l_e_s | repeat | echo This terminal is taken | until # infinite loop | repeat | hd swt | lf | until [eval [template =date=] == 110284] | _S_e_e _A_l_s_o | if (1), then (1), else (1), fi (1), case (1), repeat (1) until (1) - 1 - until (1)