From 68a62ad356603d64d537e231f06b5d9445e79abe Mon Sep 17 00:00:00 2001 From: kartofen Date: Fri, 23 Aug 2024 19:55:13 +0300 Subject: usefull commit message --- files/test1.l | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/test1.l (limited to 'files/test1.l') diff --git a/files/test1.l b/files/test1.l new file mode 100644 index 0000000..b7e4749 --- /dev/null +++ b/files/test1.l @@ -0,0 +1,16 @@ +'(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