Vocabularyio.stylesClass descriptionClass of input text presentations. Instances can be used passed to
write-object to output a clickable piece of input. Input text presentations are created by calling
<input>.
ExamplesThis presentation class is used for the code examples you see in the online help:
USING: io io.styles kernel ;
"2 3 + ." dup <input> write-object nl
DefinitionMethods