Handbook
Glossary
completion, ( short candidate -- )
Vocabulary
tools
.
completion
Inputs
short
a
string
candidate
a pair
{ obj full }
Outputs
None
Word description
Adds the result of
completion
to the end of the sequence being constructed by
make
if the score is positive.
Definition
USING:
arrays
kernel
make
math
;
IN:
tools.completion
:
completion,
( short candidate -- )
completion
over
0
>
[
2array
,
]
[
2drop
]
if
;