ClojureDocs

导航

命名空间

重新编号读入

clojure.main

自 1.10 起可用
  • (重新编号读入选项 reader 行号)
Reads from reader, which must be a LineNumberingPushbackReader, while capturing
the read string. If the read is successful, reset the line number and re-read.
The line number on re-read is the passed line-number unless :line or
:clojure.core/eval-file meta are explicitly set on the read value.