VocabularycolorsSyntaxCOLOR: string
Word descriptionParses as a
color object using
parse-color.
ErrorsThrows an error if the color is not able to be parsed.
ExamplesUSING: colors io.styles ;
"Hello!" { { foreground COLOR: cyan } } format nl
Definition