>txon ( object -- string ) - Factor Documentation

>txon ( object -- string )


Vocabulary
txon

Inputs
object an object


Outputs
string an object


Definition
IN: txon

GENERIC: >txon ( object -- string )


Methods
USING: assocs formatting kernel splitting txon txon.private ;

M: assoc >txon
[ [ encode-value ] [ >txon ] bi* "%s:`%s`" sprintf ] { }
assoc>map join-lines ;


USING: math math.parser txon ;

M: number >txon number>string >txon ;


USING: sequences splitting txon ;

M: sequence >txon [ >txon ] map join-lines ;


USING: strings txon txon.private ;

M: string >txon encode-value ;

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