Handbook
Glossary
get-arguments ( process -- seq )
Vocabulary
io
.
launcher
.
unix
Inputs
process
an
object
Outputs
seq
an
object
Definition
USING:
accessors
kernel
simple-tokenizer
strings
;
IN:
io.launcher.unix
:
get-arguments
( process -- seq )
command>>
dup
string?
[
tokenize
]
when
;