>>>>> "Pascal" == Pascal Obry writes: Pascal> Note that the C/C++ break statement and the exit statement is Pascal> Ada are equivalent. Not quite, since the Ada �exit� statement allows you to go out of more than one loop at a time, while in C you end up using multiple �exit� with boolean (read integer, this is C! :-) variables to make them cascaded. Sam -- Samuel Tardieu -- sam@ada.eu.org