editpadlite-path ( -- path )


Vocabulary
editors.editpadlite

Inputs
None

Outputs
pathan object


Definition


: editpadlite-path ( -- path )
\ editpadlite-path get [
{
[
{ "Just Great Software" "JGsoft" }
"editpadlite.exe" find-in-applications
]
[
{ "Just Great Software" "JGsoft" }
"editpadlite7.exe" find-in-applications
]
[ "editpadlite7.exe" ]
} 0||
] unless* ;