Arc Cross Reference

readline

[procedure] readline (o str (stdin))

(def readline ((o str (stdin)))
  (awhen (readc str)
    (tostring 
      (writec it)
      (whiler c (readc str) #\newline
        (writec c)))))