Handbook
Glossary
write-url ( str -- )
Vocabulary
google
.
search
.
private
Inputs
str
an
object
Outputs
None
Definition
USING:
colors
io
io.styles
kernel
urls
;
IN:
google.search.private
:
write-url
( str -- )
dup
>url
H{
{
foreground
COLOR:
dark-green
}
{
font-name
"monospace"
}
}
[
write-object
]
with-style
nl
;