Skip to main content

read+string

functionv1.10

clojure.core/read+string

Available in:BBCLJ
(read+string [] [stream] [stream eof-error? eof-value] [stream eof-error? eof-value recursive?] [opts stream])
Like read, and taking the same args. stream must be a LineNumberingPushbackReader. Returns a vector containing the object read and the (whitespace-trimmed) string read.

No examples yet. Be the first to add one!

Categories