Handbook
Glossary
editpadpro-path ( -- path )
Vocabulary
editors
.
editpadpro
Inputs
None
Outputs
path
an
object
Definition
USING:
combinators.short-circuit
io.standard-paths
kernel
namespaces
;
IN:
editors.editpadpro
:
editpadpro-path
( -- path )
\
editpadpro-path
get
[
{
[
{
"Just Great Software"
"JGsoft"
}
"editpadpro.exe"
find-in-applications
]
[
{
"Just Great Software"
"JGsoft"
}
"editpadpro7.exe"
find-in-applications
]
[
"editpadpro7.exe"
]
}
0||
]
unless*
;