Paste number 35440: conditions for newbie

Paste number 35440: conditions for newbie
Pasted by: ltbarcly
1 year, 11 months ago
#lisp
Paste contents:
Raw Source | XML | Display As
(defun cat (filename)
  (with-open-file (stream filename)
    (loop
       (print (read-line stream))
)
)
)


(defun ecat (filename)
  (handler-case () (end-of-file ()))
  (with-open-file (stream filename)
    (loop
       (print (read-line stream))
)
)
)

This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.