Handbook
Glossary
cursor-invocation ( -- path )
Vocabulary
editors
.
cursor
Inputs
None
Outputs
path
an
object
Definition
USING:
combinators.short-circuit
namespaces
;
IN:
editors.cursor
:
cursor-invocation
( -- path )
{
[
\
cursor-invocation
get
]
[
find-cursor-path
]
[
"cursor"
]
}
0||
;