input


Vocabulary
io.styles

Class description
Class 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>.

Examples
This 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


Definition


Methods