Handbook
Glossary
expand ( expr -- expr )
Vocabulary
shell
Inputs
expr
an
object
Outputs
expr
an
object
Definition
IN:
shell
GENERIC:
expand
( expr -- expr )
Methods
USING:
accessors
io.launcher
sequences
shell
shell.parser
splitting
;
M:
back-quoted-expr
expand
expr>>
expr
command>>
expansion
process-contents
" \n"
split
harvest
;
USING:
accessors
shell
shell.parser
;
M:
double-quoted-expr
expand
expr>>
;
USING:
accessors
eval
shell
shell.parser
;
M:
factor-expr
expand
expr>>
eval>string
;
USING:
accessors
globs
shell
shell.parser
;
M:
glob-expr
expand
expr>>
glob
;
USING:
kernel
shell
;
M:
object
expand
;
USING:
accessors
shell
shell.parser
;
M:
single-quoted-expr
expand
expr>>
;
USING:
accessors
environment
shell
shell.parser
;
M:
variable-expr
expand
expr>>
os-env
;