RosettaCodeData/Task/Collections/0DESCRIPTION

4 lines
208 B
Plaintext

{{clarified-review}}Collections are abstractions to represent sets of values. In statically-typed languages, the values are typically of a common data type.
Create a collection, and add a few values to it.