Skip to main content

read+string

function

clojure.tools.reader/read+string

(read+string [] [stream] [stream eof-error? eof-value] [opts stream])
Like read, and taking the same args. reader must be a SourceLoggingPushbackReader. Returns a vector containing the object read and the (whitespace-trimmed) string read.

No examples yet. Be the first to add one!

Categories