10 lines
338 B
Factor
10 lines
338 B
Factor
|
! Copyright (C) 2008 Slava Pestov.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: kernel help.markup help.syntax ;
|
||
|
IN: prettyprint.custom
|
||
|
|
||
|
HELP: pprint*
|
||
|
{ $values { "obj" object } }
|
||
|
{ $contract "Adds sections to the current block corresponding to the prettyprinted representation of the object." }
|
||
|
$prettyprinting-note ;
|