Deepcopy: Difference between revisions

Content added Content deleted
(Lingo added)
Line 615: Line 615:


=={{header|Lingo}}==
=={{header|Lingo}}==
<lang lingo>-- supports lists, property lists, images, script instances and scalar values (integer, float, string, symbol)
<lang lingo>-- Supports lists, property lists, images, script instances and scalar values (integer, float, string, symbol).
-- Does not support cyclic references (objects having themselves as property)
on deepcopy (var)
on deepcopy (var)
case ilk(var) of
case ilk(var) of