Handbook
Glossary
complete-string? ( tokens token -- ? )
Vocabulary
tools
.
completion
.
private
Inputs
tokens
an
object
token
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
splitting
;
IN:
tools.completion.private
:
complete-string?
( tokens token -- ? )
{
[
[
harvest
?last
]
dip
?head
[
?last
34
=
not
]
[
drop
f
]
if
]
[
complete-token?
]
}
2||
;