Type detection: Difference between revisions

Line 1,428:
(or (null? source) (string? (car source))))
;; The source is a list of strings.
(for-each (lambda (s) (display s)) source))
 
((input-port? source)
Line 1,459:
(or (null? source) (string? (car source))))
;; The source is a list of strings.
(for-each (lambda (s) (display s)) source))
 
((input-port? source)
1,448

edits