Handbook
Glossary
pwd ( args -- )
Vocabulary
shell
Inputs
args
an
object
Outputs
None
Definition
USING:
io
io.pathnames
kernel
namespaces
;
IN:
shell
:
pwd
( args -- )
drop
current-directory
get
print
;