Handbook
Glossary
format-html-span ( string style stream -- )
Vocabulary
html
.
streams
.
private
Inputs
string
an
object
style
an
object
stream
an
object
Outputs
None
Definition
USING:
combinators
;
IN:
html.streams.private
:
format-html-span
( string style stream -- )
[
{
[
span-tag
]
[
href-link-tag
]
[
object-link-tag
]
[
img-tag
]
}
cleave
]
emit-html
;