Handbook
Glossary
chant ( obj -- )
Vocabulary
shell
Inputs
obj
an
object
Outputs
None
Definition
USING:
kernel
shell.parser
;
IN:
shell
:
chant
( obj -- )
dup
basic-expr?
[
basic-chant
]
[
pipeline-chant
]
if
;