Handbook
Glossary
factorcode.org
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
T{
rgba
{
red 0.0
}
{
green 0.392156862745098
}
{
blue 0.0
}
{
alpha 1.0
}
}
}
{
font-name
"monospace"
}
}
[
write-object
]
with-style
nl
;