foreground
Factor handbook » Input and output » Formatted output » Text styles » Character styles

Next:background


Vocabulary
io.styles

Word description
Character style. An instance of color. See Colors.

Examples
USING: colors.gray io.styles hashtables sequences kernel math ; 10 <iota> [ "Hello world\n" swap 10 / 1 <gray> foreground associate format ] each


Definition