Handbook
Glossary
index>= ( obj1 obj2 seq -- ? )
Vocabulary
stack-checker
.
dependencies
Inputs
obj1
an
object
obj2
an
object
seq
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
sequences
;
IN:
stack-checker.dependencies
:
index>=
( obj1 obj2 seq -- ? )
[
index
]
curry
bi@
>=
;