RosettaCodeData/Task/Collections/00DESCRIPTION

14 lines
257 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
{{clarified-review}}
2016-12-05 22:15:40 +01:00
2015-02-20 00:35:01 -05:00
Collections are abstractions to represent sets of values.
2016-12-05 22:15:40 +01:00
2015-02-20 00:35:01 -05:00
In statically-typed languages, the values are typically of a common data type.
2013-04-09 00:46:50 -07:00
2016-12-05 22:15:40 +01:00
;Task:
2013-04-09 00:46:50 -07:00
Create a collection, and add a few values to it.
2013-10-27 22:24:23 +00:00
2016-12-05 22:15:40 +01:00
2013-10-27 22:24:23 +00:00
{{Template:See also lists}}
2016-12-05 22:15:40 +01:00
<br><br>