Handbook
Glossary
prompt ( -- )
Vocabulary
shell
Inputs
None
Outputs
None
Definition
USING:
io
io.pathnames
namespaces
;
IN:
shell
:
prompt
( -- )
current-directory
get
write
" $ "
write
flush
;