debug changes

This commit is contained in:
2021-03-07 17:23:09 +01:00
parent ef6b023572
commit 1c7dea823b
3 changed files with 14 additions and 7 deletions

View File

@@ -154,4 +154,8 @@
(print "list:" l)
(print "uniq-ed list:" (uniq l))
(define l '(1 2 (3 3 (4)) 5 6))
(print "list:" l)
(print "flatten-ed list:" (flatten l))
(print "Test ends")