Skip to main content

pprint-tab

functionv1.2

clojure.pprint/pprint-tab

Available in:CLJCLJS
(pprint-tab [kind colnum colinc])
Tab at this point in the pretty printing stream. kind specifies whether the tab is :line, :section, :line-relative, or :section-relative. Colnum and colinc specify the target column and the increment to move the target forward if the output is already past the original target. This function is intended for use when writing custom dispatch functions. Output is sent to *out* which must be a pretty printing writer. THIS FUNCTION IS NOT YET IMPLEMENTED.

No examples yet. Be the first to add one!