| dynamic var | since v0.0-2060 | Edit |
Set to false by enable-console-print! to prevent
println and prn from duplicating the newline
already appended by JavaScript console.
When set to logical false will drop newlines from printing calls. This is to work around the implicit newlines emitted by standard JavaScript console objects.
(def
^{:dynamic true}
*print-newline* true)