write-nested ( obj -- ) - Factor Documentation

write-nested ( obj -- )


Vocabulary
html .components .private

Inputs
obj an object


Outputs
None

Definition
IN: html.components.private

GENERIC: write-nested ( obj -- )


Methods
USING: html.components.private sequences ;

M: sequence write-nested [ write-nested ] each ;


USING: html.components.private io strings ;

M: string write-nested write ;

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