In article , "bubble" writes: > > 1. ��continue�� reserve word support? > Ada has no ��continue�� word. What would you like the word "continue" to mean ? If "continue" means something in another language with which you are familiar, please do not assume that we all know that language. It might actually mean different things in different languages. I see from http://h71000.www7.hp.com/doc/73final/6296/6296_profile_025.html#index_x_691 > 6.8.8 CONTINUE > > Function > > The CONTINUE statement indicates that no executable statement is present. > It causes an implicit control transfer to the next executable statement. That meaning is implicit in Ada, or you can use the statement "null;" if you are being compensated on a per-line basis :-)