summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-10-22 18:11:59 +0200
committerLeah Neukirchen <leah@vuxu.org>2022-10-22 18:11:59 +0200
commit37004542a96f5427170c9a5be5348922e0f39e1e (patch)
treee160381818343cbfe0dd2b3ea03345a9eb85f27d /mew.svnwiki
parente64cd9e4524440e29dda141693fbadd99d20e4fd (diff)
downloadmew-37004542a96f5427170c9a5be5348922e0f39e1e.tar.gz
mew-37004542a96f5427170c9a5be5348922e0f39e1e.tar.xz
mew-37004542a96f5427170c9a5be5348922e0f39e1e.zip
add one-of
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki5
1 files changed, 5 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index 5984123..06c2f1c 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -117,6 +117,11 @@ If {{<form>>} is empty, behaves as {{(op _)}}, i.e. the identity function.
 Returns a new string composed by concatenating the strings given by
 applying {{display}} to all {{<args>}}.
 
+<syntax>(one-of <val>...)</syntax>
+
+Expands to a lambda expression that is true if its argument is
+{{equal?}} to any of the {{<val>}} passed.
+
 
 == I/O helpers