Handbook
Glossary
flex-hex ( str -- hex )
Vocabulary
colors
.
flex-hex
Inputs
str
an
object
Outputs
hex
an
object
Definition
USING:
colors.flex-hex.private
kernel
sequences
splitting
;
IN:
colors.flex-hex
:
flex-hex
( str -- hex )
"#"
?head
drop
hex-only
three-groups
hex-rgb
""
join
;