Handbook
Glossary
listener ( -- )
Factor handbook
»
Developer tools
»
The listener
Prev:
Watching variables in the listener
Next:
read-quot ( -- quot/f )
Vocabulary
listener
Word description
Prompts for expressions on
input-stream
and evaluates them until end of file is reached.
Definition
USING:
continuations
listener.private
namespaces
parser.notes
;
IN:
listener
:
listener
( -- )
[
parser-quiet?
off
[
{
}
listener-loop
]
with-return
]
with-interactive-vocabs
;