Deepcopy: Difference between revisions

Content added Content deleted
No edit summary
Line 108: Line 108:


=={{header|AWK}}==
=={{header|AWK}}==
AWK's only data structure is the associative array, and it doesn't allow for nested associative arrays (POSIX). Thus:
AWK's only data structure is the associative array, and it doesn't allow nested associative arrays (POSIX). Thus:
<lang awk>BEGIN {
<lang awk>BEGIN {
for (elem in original)
for (elem in original)