Handbook
Glossary
format-html-div ( string style stream -- )
Vocabulary
html
.
streams
.
private
Inputs
string
an
object
style
an
object
stream
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
html.streams.private
:
format-html-div
( string style stream -- )
[
[
div-tag
]
[
object-link-tag
]
bi
]
emit-html
;