Handbook
Glossary
into? ( obj -- ? )
Vocabulary
tools
.
trace
.
private
Inputs
obj
an
object
Outputs
?
an
object
Definition
USING:
accessors
classes
combinators.short-circuit
generic.math
kernel
sequences
words
;
IN:
tools.trace.private
:
into?
( obj -- ? )
{
[
word?
]
[
predicate?
not
]
[
math-generic?
not
]
[
[
inline?
]
[
vocabulary>>
{
"math"
"accessors"
}
member?
not
]
bi
or
]
}
1&&
;