From 41ed789fc20905ac1d82720c7ec7259fc7dd28a2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 4 Nov 2022 17:23:35 +0100 Subject: re-implement =?, which also implements hash-table equality and is variadic --- mew.svnwiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mew.svnwiki') diff --git a/mew.svnwiki b/mew.svnwiki index 142fb2a..eab7e64 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -244,7 +244,8 @@ If {{}} is false, read all data from {{*current-input-port*}}. (=? ...) -Alias for {{equal?}}. +Return true if all values are {{equal?}} or hash-tables with same +set of keys and {{equal?}} values. (<>? ...) -- cgit 1.4.1