Multiple distinct objects: Difference between revisions

Content added Content deleted
(→‎{{header|Tcl}}: Noted that this requires 8.6)
m (change page category to Object oriented)
Line 1: Line 1:
{{task}}
{{task|Object oriented}}
Create a sequence (array, list, whatever) consisting of <var>n</var> distinct, initialized items of the same type. <var>n</var> should be determined at runtime.
Create a sequence (array, list, whatever) consisting of <var>n</var> distinct, initialized items of the same type. <var>n</var> should be determined at runtime.