Multiple distinct objects: Difference between revisions

m
rephrasing ref to language types
m (whitespace)
m (rephrasing ref to language types)
Line 8:
This task was inspired by the common error of intending to do this, but instead creating a sequence of <var>n</var> references to the ''same'' mutable object; it might be informative to show the way to do that as well.
 
This task mostlyis makesmost senserelevant forto languages operating in the pass-references-by-value style (most object-oriented, garbage-collected, and/or 'dynamic' languages).
 
=={{header|Ada}}==