RosettaCodeData/Task/Collections/00-TASK.txt
2023-07-01 13:44:08 -04:00

12 lines
238 B
Text

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>