RosettaCodeData/Task/Collections/00DESCRIPTION
2016-12-05 22:15:40 +01:00

13 lines
257 B
Text

{{clarified-review}}
Collections are abstractions to represent sets of values.
In statically-typed languages, the values are typically of a common data type.
;Task:
Create a collection, and add a few values to it.
{{Template:See also lists}}
<br><br>