diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-12-16 00:09:39 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-12-16 00:12:57 +0100 |
commit | a68ffccdccc9023c1beb14cae2a8d2695e517da0 (patch) | |
tree | 36bc33fd21484f8e0e6b820df69775cfe2d79e2e /mew.svnwiki | |
parent | 8be1e42cfbf9e3bc9d64dc839969d4b4293afb53 (diff) | |
download | mew-a68ffccdccc9023c1beb14cae2a8d2695e517da0.tar.gz mew-a68ffccdccc9023c1beb14cae2a8d2695e517da0.tar.xz mew-a68ffccdccc9023c1beb14cae2a8d2695e517da0.zip |
add dup
Diffstat (limited to 'mew.svnwiki')
-rw-r--r-- | mew.svnwiki | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki index db141f4..1b8c0ae 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -380,6 +380,12 @@ Test if {{<obj>}} is an empty list/string/vector/hash-table. Return the length of the list/vector/string/hash-table/generator {{<obj>}}. +<procedure>(dup <obj> [<depth>])<procedure> + +Return a duplicate of the nested datastructure {{<obj>}}, consisting +of lists, vectors, hash-tables and strings. Create copies of values +up to a level of {{<depth>}}, or infinitely by default. + <syntax>(for (<var> <obj>) <body>...)</syntax> <syntax>(for ((<key> . <val>) <tbl>) <body>...)</syntax> |