Heath, Terry D. ask about an Ada equivalent for : > while (condition-1) > { > statement-1; > > if (condition-2) > continue; > > statement-3; > } What come in mind is : while condition-1 loop statement-1; if not condition-2 then statement-3; end if; end loop; Note that the C/C++ break statement and the exit statement is Ada are equivalent. Pascal. -- --|------------------------------------------------------------ --| Pascal Obry Team-Ada Member | --| | --| EDF-DER-IPN-SID- Ing�nierie des Syst�mes d'Informations | --| | --| Bureau G1-010 e-mail: pascal.obry@der.edfgdf.fr | --| 1 Av G�n�ral de Gaulle voice : +33-1-47.65.50.91 | --| 92141 Clamart CEDEX fax : +33-1-47.65.50.07 | --| FRANCE | --|------------------------------------------------------------ --| --| http://ourworld.compuserve.com/homepages/pascal_obry --| --| "The best way to travel is by means of imagination"