diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-11-04 17:23:35 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-11-04 17:23:35 +0100 |
commit | 41ed789fc20905ac1d82720c7ec7259fc7dd28a2 (patch) | |
tree | d9e899e1ed056b678f265d040438a399c8b8eae8 /mew.svnwiki | |
parent | 877a1dbf7c9cd2901a7f5de175afca1b45df2956 (diff) | |
download | mew-41ed789fc20905ac1d82720c7ec7259fc7dd28a2.tar.gz mew-41ed789fc20905ac1d82720c7ec7259fc7dd28a2.tar.xz mew-41ed789fc20905ac1d82720c7ec7259fc7dd28a2.zip |
re-implement =?, which also implements hash-table equality and is variadic
Diffstat (limited to 'mew.svnwiki')
-rw-r--r-- | mew.svnwiki | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mew.svnwiki b/mew.svnwiki index 142fb2a..eab7e64 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -244,7 +244,8 @@ If {{<obj>}} is false, read all data from {{*current-input-port*}}. <procedure>(=? <val>...)</procedure> -Alias for {{equal?}}. +Return true if all values are {{equal?}} or hash-tables with same +set of keys and {{equal?}} values. <procedure>(<>? <val1> <val2> ...)</procedure> |