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