summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index 92ed78d..dce8f34 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -422,6 +422,10 @@ in the sequence {{<haystack>}},
 starting no earlier than {{<offset>>}} (default: 0).
 Returns false if the sequence cannot be found.
 
+<procedure>(repeat <val> <n>)</procedure>
+
+Repeat the list/vector/string/char {{<val>}} {{<n>}} times.
+
 
 == Generators and Accumulators