Handbook
Glossary
handle ( input -- )
Vocabulary
shell
Inputs
input
an
object
Outputs
None
Definition
USING:
io
kernel
sequences
shell.parser
;
IN:
shell
:
handle
( input -- )
dup
{
f
"exit"
}
member?
[
drop
]
[
[
expr
[
chant
]
[
"ix: ignoring input"
print
]
if*
]
unless-empty
shell
]
if
;