Handbook
Glossary
directory-to-file-main ( -- )
Vocabulary
tools
.
directory-to-file
Inputs
None
Outputs
None
Definition
USING:
command-line
kernel
namespaces
sequences
;
IN:
tools.directory-to-file
:
directory-to-file-main
( -- )
command-line
get
dup
length
1
=
[
"oops"
throw
]
unless
first
directory-to-file
;