From 73514f48554dcd860f1c1c675d53c8d3ae6aa800 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 15 Apr 2021 11:25:26 +0530 Subject: change function bodies to be single expresssion --- src/lisp/test.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lisp/test.lisp') diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp index 53b0f59..a167f28 100644 --- a/src/lisp/test.lisp +++ b/src/lisp/test.lisp @@ -14,4 +14,6 @@ (for (i '(1 2 3)) (for (j '(1 2 3)) (+ i j))) (list '(2 3 4) '(3 4 5) '(4 5 6))) - +(assert-eq + ((lambda (x) x) 2) + 2) -- cgit v1.2.3