!editorial comment 016 !topic constant !reference ASIS 95-2.2.3.3(1) line 44 !from Jesper Jorgensen 97-02-09 !discussion I think it is a good programming practice to declare an object as constant if you do not *need* it to be variable, therefore I propose to change List : Asis.Element_List := ... to List : constant Asis.Element_List := ... !resolution Accept. Change made.