(install!)(install! opts)Enables #p reader tag. Add #p before any form to quickly print its value to output next time it’s evaluated. Works inside -> ->> too!
#p (+ 1 2)
=> #p (+ 1 2) [user/eval4348:77] 3
Possible options:
:color? <bool> :: Whether to use color output. Autodetect by default. :symbol <sym> :: Which symbol to use for reader tag. 'p by default.
Enables #p reader tag. Add #p before any form to quickly print its value
to output next time it’s evaluated. Works inside -> ->> too!
#p (+ 1 2)
=> #p (+ 1 2) [user/eval4348:77]
3
Possible options:
:color? <bool> :: Whether to use color output. Autodetect by default.
:symbol <sym> :: Which symbol to use for reader tag. 'p by default.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |