Handbook
Glossary
banner. ( str -- )
Vocabulary
hacker-news
Inputs
str
an
object
Outputs
None
Definition
USING:
assocs
colors
hacker-news.private
hashtables
io
io.styles
kernel
urls
;
IN:
hacker-news
:
banner.
( str -- )
"https://news.ycombinator.com"
>url
presented
associate
H{
{
font-size
20
}
{
font-style
bold
}
{
foreground
COLOR:
black
}
}
assoc-union
background-color
background
pick
set-at
format
nl
;