From a68ffccdccc9023c1beb14cae2a8d2695e517da0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 16 Dec 2022 00:09:39 +0100 Subject: add dup --- mew.svnwiki | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mew.svnwiki') diff --git a/mew.svnwiki b/mew.svnwiki index db141f4..1b8c0ae 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -380,6 +380,12 @@ Test if {{}} is an empty list/string/vector/hash-table. Return the length of the list/vector/string/hash-table/generator {{}}. +(dup []) + +Return a duplicate of the nested datastructure {{}}, consisting +of lists, vectors, hash-tables and strings. Create copies of values +up to a level of {{}}, or infinitely by default. + (for ( ) ...) (for (( . ) ) ...) -- cgit 1.4.1