Handbook
Glossary
etexteditor-path ( -- str )
Vocabulary
editors
.
etexteditor
Inputs
None
Outputs
str
an
object
Definition
USING:
io.standard-paths
kernel
namespaces
;
IN:
editors.etexteditor
:
etexteditor-path
( -- str )
\
etexteditor-path
get
[
{
"e"
}
"e.exe"
find-in-applications
[
"e.exe"
]
unless*
]
unless*
;