comp.lang.ada
 help / color / mirror / Atom feed
* Data Elaboration
@ 2001-06-21 16:22 Martin Dowie
  2001-06-21 22:12 ` Jeffrey Carter
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Dowie @ 2001-06-21 16:22 UTC (permalink / raw)


IF I have a package containing data object declarations, is
it specified with the RM that they will be elaborated in
the same order every time? e.g.

package Blah is

   Bool1 : Boolean;  -- always elaborates first

   Bool2 : Boolean;  -- always elaborates second

   Int1  : Integer;  -- always elaborates third

end Blah;






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-06-22 10:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-21 16:22 Data Elaboration Martin Dowie
2001-06-21 22:12 ` Jeffrey Carter
2001-06-22  6:04   ` Vincent Smeets
2001-06-22  7:23     ` Martin Dowie
2001-06-22  9:29       ` Vincent Smeets
2001-06-22 10:21         ` Martin Dowie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox