comp.lang.ada
 help / color / mirror / Atom feed
* Pondering what rationale behind record type
@ 2011-05-09 17:47 Anh Vo
  2011-05-09 18:59 ` Adam Beneschan
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Anh Vo @ 2011-05-09 17:47 UTC (permalink / raw)


Some time I am wondering why record type has different syntax pattern
than the rest with respect to type ending text. That is it ends with
'end record;' no matter what the identifier is. The rest of others end
with 'end identifier'. Below are examples regarding this subject.

type Data is record
   X_Coord : Integer := 0;
   Y_Coord : Integer := 0;
    -- more components
end record;

task type Event_Monitor is
    entry Start;
    entry Process (...)
end Event_Monitor;

Anh Vo



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

end of thread, other threads:[~2011-05-20  6:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-09 17:47 Pondering what rationale behind record type Anh Vo
2011-05-09 18:59 ` Adam Beneschan
2011-05-09 19:51   ` Niklas Holsti
2011-05-09 20:02     ` Dmitry A. Kazakov
2011-05-09 20:12       ` Anh Vo
2011-05-09 22:03         ` Georg Bauhaus
2011-05-10  7:45           ` Dmitry A. Kazakov
2011-05-10 10:12             ` Georg Bauhaus
2011-05-10 12:08               ` Dmitry A. Kazakov
2011-05-10 12:18                 ` Georg Bauhaus
2011-05-10 12:50                   ` Dmitry A. Kazakov
2011-05-10 14:20                     ` Martin
2011-05-11  7:32                       ` Dmitry A. Kazakov
2011-05-11  2:28                     ` Shark8
2011-05-11  7:32                       ` Dmitry A. Kazakov
2011-05-18 22:55                         ` Shark8
2011-05-19  8:12                           ` Dmitry A. Kazakov
2011-05-09 20:49   ` Randy Brukardt
2011-05-19  9:50 ` J-P. Rosen
2011-05-20  6:10 ` anon

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