Vocabularyio.
stylesWord descriptionCharacter style. Font style, one of
plain,
bold,
italic, or
bold-italic.
ExamplesThis example outputs text in all three styles:
USING: accessors hashtables io io.styles kernel sequences ;
{ plain bold italic bold-italic }
[ [ name>> ] keep font-style associate format nl ] each
Definition