Handbook
Glossary
gedit-path ( -- path )
Vocabulary
editors
.
gedit
Inputs
None
Outputs
path
an
object
Definition
USING:
io.standard-paths
kernel
namespaces
;
IN:
editors.gedit
:
gedit-path
( -- path )
\
gedit-path
get
[
"gedit"
?find-in-path
]
unless*
;