write-props ( seq -- ) - Factor Documentation

write-props ( seq -- )


Vocabulary
modern .html

Inputs
seq an object


Outputs
None

Definition
USING: arrays kernel make sequences ;

IN: modern.html

: write-props ( seq -- )
[ dup array? [ first2 >value "=" glue ] [ >value ] if ] map
" " join [ " " % % ] unless-empty ;

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