Next topic |
Ada Home Page |
Index
Structured data types
Till now we have used
scalar
(single value) data types.
Often we want structured (multiple value) data types.
- We may want to store multiple items of data that all pertain to the
same thing
- We may want to store similar data about each of many things
For these we use
records
and
arrays
respectively.
Next topic |
Ada Home Page |
Index
c-lokan@adfa.oz.au / 27 Feb 96