Handbook
Glossary
>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
sequences
splitting
txon
txon.private
;
M:
assoc
>txon
>alist
[
first2
[
encode-value
]
[
>txon
]
bi*
"%s:`%s`"
sprintf
]
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
;