pprint-effect ( effect -- ) - Factor Documentation

pprint-effect ( effect -- )


Vocabulary
prettyprint .backend

Inputs
effect an object


Outputs
None

Definition
USING: effects kernel prettyprint.sections
prettyprint.stylesheet ;

IN: prettyprint.backend

: pprint-effect ( effect -- )
[ effect>string ] [ effect-style ] bi styled-text ;

AltStyle によって変換されたページ (->オリジナル) /