Handbook
Glossary
set-conjunction ( seq -- )
Vocabulary
math
.
text
.
english
.
private
Inputs
seq
an
object
Outputs
None
Definition
USING:
combinators.short-circuit
math
namespaces
sequences
;
IN:
math.text.english.private
:
set-conjunction
( seq -- )
first
{
[
100
<
]
[
0
>
]
}
1&&
and-needed?
set
;