Found and fixed a bug I did not previously know about in println.
This commit is contained in:
parent
54a99b6796
commit
69b199fecd
4 changed files with 4 additions and 5 deletions
|
|
@ -60,6 +60,7 @@ output=`target/psse $1 <<EOF
|
|||
(set! member?
|
||||
(lambda
|
||||
(item collection)
|
||||
(progn (print (list "In member; collection is:" collection)) (println))
|
||||
(cond
|
||||
((nil? collection) nil)
|
||||
((= item (car collection)) t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue