From 2aaaa6c6e745f797d7d86ca477db80b96b437f68 Mon Sep 17 00:00:00 2001 From: zengxinhui Date: Tue, 20 Mar 2018 23:26:54 -0400 Subject: [PATCH] fix a typo string cannot be evaluated --- 07/code.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07/code.clj b/07/code.clj index 8456877..e24c48d 100644 --- a/07/code.clj +++ b/07/code.clj @@ -100,7 +100,7 @@ if (map inc [1 2 3]) ; => (2 3 4) -(read-string ("+")) +(read-string "+") ; => + (type (read-string "+"))