Handbook
Glossary
print-color-table ( -- )
Vocabulary
benchmark
.
chameneos-redux
Inputs
None
Outputs
None
Definition
USING:
io
kernel
sequences
;
IN:
benchmark.chameneos-redux
:
print-color-table
( -- )
{
blue
red
yellow
}
dup
[
[
color-string
print
]
with
each
]
curry
each
;