Handbook
Glossary
img-tag ( str style -- str' )
Vocabulary
io
.
streams
.
farkup
.
private
Inputs
str
an
object
style
an
object
Outputs
str'
an
object
Definition
USING:
assocs
formatting
io.styles
kernel
;
IN:
io.streams.farkup.private
:
img-tag
( str style -- str' )
image-style
of
[
nip
"[[image:%s]]"
sprintf
]
when*
;