Handbook
Glossary
run-basic-expr ( basic-expr -- )
Vocabulary
shell
Inputs
basic-expr
an
object
Outputs
None
Definition
USING:
accessors
io.launcher
kernel
;
IN:
shell
:
run-basic-expr
( basic-expr -- )
<process>
over
command>>
expansion
>>command
over
stdin>>
>>stdin
over
stdout>>
>>stdout
swap
background>>
[
run-background
]
[
run-foreground
]
if
;