Handbook
Glossary
try-parse ( lines -- quot/f )
Vocabulary
ui
.
tools
.
listener
Inputs
lines
an
object
Outputs
quot/f
an
object
Definition
USING:
continuations
kernel
listener
;
IN:
ui.tools.listener
:
try-parse
( lines -- quot/f )
[
parse-lines-interactive
]
[
nip
[
rethrow
]
curry
]
recover
;