Handbook
Glossary
factorcode.org
write-title ( str -- )
Vocabulary
google.search.private
Inputs
str
an
object
Outputs
None
Definition
USING:
colors
io
io.styles
;
IN:
google.search.private
:
write-title
( str -- )
H{
{
foreground
T{
rgba
{
red 0.0
}
{
green 0.0
}
{
blue 1.0
}
{
alpha 1.0
}
}
}
}
format
nl
;