From de3a062bfc206bf0373f96f4f6cc8c74ffcbab48 Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 25 Aug 2024 17:33:40 +0300 Subject: lambda tested and if added --- files/test1.l | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 files/test1.l (limited to 'files/test1.l') diff --git a/files/test1.l b/files/test1.l deleted file mode 100644 index b7e4749..0000000 --- a/files/test1.l +++ /dev/null @@ -1,16 +0,0 @@ -'(sn ,(+ a 1)) - -'(1 2 (lol . test) 3 4 ,(+ 1 2) test) -(cons 1 (cons 2 (cons 3 ()))) -(car '(1 2 3)) -'(1 2 3) -(+ 1 2) -(car (cdr (cdr (cdr '(1 2 3 (4 5) (6 . 7) ,(+ 1 2)))))) -'(1 . 2) -(+ 1 2) -'(1 2 3 4) -'(1 . (2 . 3)) -'(3 . 2) -'(1 2 3) -'(test . (,(+ 1 2) . 5)) - -- cgit v1.2.3