;; let is a variety lambda function, do treats as c inside the language for circulation.
(let ((in (open-input-file "hello")))
(do ((c (read-char in) (read-char in)))
((eqv? c #\l)
(close-input-port in))
(begin
(display c))
c))
2010年5月29日星期六
订阅:
博文评论 (Atom)
没有评论:
发表评论