]> gitweb.factorcode.org Git - factor.git/blob - basis/prettyprint/custom/custom-docs.factor
Switch to https urls
[factor.git] / basis / prettyprint / custom / custom-docs.factor
1 ! Copyright (C) 2008 Slava Pestov.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: kernel help.markup help.syntax ;
4 IN: prettyprint.custom
5
6 HELP: pprint*
7 { $values { "obj" object } }
8 { $contract "Adds sections to the current block corresponding to the prettyprinted representation of the object." }
9 $prettyprinting-note ;