diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-10-22 18:11:59 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-10-22 18:11:59 +0200 |
commit | 37004542a96f5427170c9a5be5348922e0f39e1e (patch) | |
tree | e160381818343cbfe0dd2b3ea03345a9eb85f27d /mew.svnwiki | |
parent | e64cd9e4524440e29dda141693fbadd99d20e4fd (diff) | |
download | mew-37004542a96f5427170c9a5be5348922e0f39e1e.tar.gz mew-37004542a96f5427170c9a5be5348922e0f39e1e.tar.xz mew-37004542a96f5427170c9a5be5348922e0f39e1e.zip |
add one-of
Diffstat (limited to 'mew.svnwiki')
-rw-r--r-- | mew.svnwiki | 5 |
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 |