Handbook
Glossary
three-groups ( str -- array )
Vocabulary
colors
.
flex-hex
.
private
Inputs
str
an
object
Outputs
array
an
object
Definition
USING:
grouping
kernel
math
sequences
;
IN:
colors.flex-hex.private
:
three-groups
( str -- array )
dup
pad-length
[
48
pad-tail
]
[
3
/
group
]
bi
;