From e19dbf3e955c05af1bae304431b78af9ee53828e Mon Sep 17 00:00:00 2001 From: TAKIZAWA Yozo Date: Wed, 4 Nov 2020 09:53:49 +0900 Subject: [PATCH] Added assq for compatibility of Scheme --- init.plsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.plsh b/init.plsh index 09c4b50..88d9b2b 100644 --- a/init.plsh +++ b/init.plsh @@ -110,6 +110,8 @@ (def else #t) +(def assq assoc) + ;;;; other syntax sugars by macro (def if