>yaml-docs ( seq -- str )
YAML serialization

Prev:>yaml ( obj -- str )
Next:yaml> ( str -- obj )


Vocabulary
yaml

Inputs
seqa sequence


Outputs
stra string


Word description
Serializes the sequence into a YAML formatted string. Each element is output as a YAML document.

See also
>yaml

Definition