From f947d503f748fd1218f502ef1394ff9e28175ef8 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 3 Nov 2014 22:29:51 -0600 Subject: R: atom support, fixes for self-hosting. --- tests/step9_try.mal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/step9_try.mal') diff --git a/tests/step9_try.mal b/tests/step9_try.mal index f5bcb58..aee7908 100644 --- a/tests/step9_try.mal +++ b/tests/step9_try.mal @@ -61,6 +61,8 @@ ;=>6 (map double nums) ;=>(2 4 6) +(map (fn* [x] (symbol? x)) (list 1 (symbol "two") "three")) +;=>(false true false) ;; ;; Testing read-str and eval -- cgit v1.2.3